Searched refs:endian (Results 301 - 310 of 310) sorted by relevance

<<111213

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/modutils/
H A Dinsmod.c17 * and (theoretically) SH3. I have only tested SH4 in little endian mode.
42 * I've only tested the code on mpc8xx platforms in big-endian mode.
263 /* the SH changes have only been tested in =little endian= mode */
264 /* I'm not sure about big endian, so let's warn: */
266 # error insmod.c may require changes for use on big endian SH
500 #include <endian.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dconfigure1618 --disable-endian-check disable the endian check and trust the OS provided
12000 # Check whether --enable-endian-check was given.
12061 bogus endian macros
12079 not big endian
12105 bogus endian macros
12122 not big endian
12190 /* Are we little or big endian? From Harbison&Steele. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/
H A Dconfigure20218 endian.h byteswap.h sys/byteorder.h sys/endian.h sys/param.h \
20221 machine/endian.h windows.h syslog.h
20573 bogus endian macros
20611 not big endian
20720 /* Are we little or big endian? From Harbison&Steele. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/
H A Dconfigure28273 bogus endian macros
28312 not big endian
28369 bogus endian macros
28407 not big endian
28533 /* Are we little or big endian? From Harbison&Steele. */
28687 bogus endian macros
28726 not big endian
28783 bogus endian macros
28821 not big endian
28947 /* Are we little or big endian
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/
H A Dmksquashfs.c54 #include <endian.h>
3006 ERROR("-le\t\t\tcreate a little endian filesystem\n");
3007 ERROR("-be\t\t\tcreate a big endian filesystem\n");
3114 be ? "big endian" : "little endian", SQUASHFS_MAJOR, SQUASHFS_MINOR, lzma ? "LZMA" : "GZIP", argv[source + 1], block_size);
3147 printf("Appending to existing %s %d.%d filesystem on %s, block size %d\n", be ? "big endian" :
3148 "little endian", SQUASHFS_MAJOR, SQUASHFS_MINOR, argv[source + 1], block_size);
3319 exportable ? "Exportable " : "", be ? "Big endian" : "Little endian", block_size,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/
H A Dconfigure19606 bogus endian macros
19648 not big endian
19701 /* Are we little or big endian? From Harbison&Steele. */
19753 echo $ac_n ' big endian probe OK, ' 1>&6
19757 echo $ac_n ' little endian probe OK, ' 1>&6
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/
H A Dconfigure21098 bogus endian macros
21141 not big endian
21255 /* Are we little or big endian? From Harbison&Steele. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/
H A Dconfigure10535 bogus endian macros
10578 not big endian
10692 /* Are we little or big endian? From Harbison&Steele. */
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/
H A Dconfigure33798 /* Are we little or big endian? From Harbison&Steele. */
33828 cl_cv_sys_endian="big endian"
33835 cl_cv_sys_endian="little endian"
33855 cl_cv_sys_endian="big endian"
33874 cl_cv_sys_endian="little endian"
33880 cl_cv_sys_endian="guessing little endian"
[all...]

Completed in 770 milliseconds

<<111213