Searched refs:host_le (Results 1 - 3 of 3) sorted by relevance

/broadcom-cfe-1.4.2/cfe/hosttools/
H A Dinstallboot.c197 int host_le; local
252 host_le = host_is_little();
257 fprintf(stderr,"Host is %s-endian.\n",host_le ? "little" : "big");
H A Dmkbootimage.c181 int host_le; local
221 host_le = host_is_little();
226 fprintf(stderr,"Host is %s-endian.\n",host_le ? "little" : "big");
H A Dmkflashimage.c134 int host_le; local
188 host_le = host_is_little();
191 fprintf(stderr,"Host is %s-endian.\n",host_le ? "little" : "big");

Completed in 35 milliseconds