Searched refs:__BYTE_ORDER (Results 1 - 24 of 24) sorted by relevance

/openwrt/tools/include/
H A Dendian.h30 #ifndef __BYTE_ORDER
31 #define __BYTE_ORDER BYTE_ORDER macro
/openwrt/package/system/mtd/src/
H A Dseama.c42 #if __BYTE_ORDER == __BIG_ENDIAN
44 #elif __BYTE_ORDER == __LITTLE_ENDIAN
H A Dtrx.c49 #if __BYTE_ORDER == __BIG_ENDIAN
51 #elif __BYTE_ORDER == __LITTLE_ENDIAN
H A Dmtd.c57 #if !defined(__BYTE_ORDER)
61 #if __BYTE_ORDER == __BIG_ENDIAN
64 #elif __BYTE_ORDER == __LITTLE_ENDIAN
/openwrt/package/firmware/ixp4xx-microcode/src/
H A DIxNpeMicrocode.h74 #if __BYTE_ORDER == __LITTLE_ENDIAN
/openwrt/tools/firmware-utils/src/
H A Dptgen.c34 #if __BYTE_ORDER == __BIG_ENDIAN
36 #elif __BYTE_ORDER == __LITTLE_ENDIAN
H A Dtrx2edips.c9 #if __BYTE_ORDER == __BIG_ENDIAN
12 #elif __BYTE_ORDER == __LITTLE_ENDIAN
H A Doseama.c23 #if !defined(__BYTE_ORDER)
27 #if __BYTE_ORDER == __BIG_ENDIAN
32 #elif __BYTE_ORDER == __LITTLE_ENDIAN
H A Dmkheader_gemtek.c51 # if __BYTE_ORDER == __BIG_ENDIAN
H A Dasustrx.c20 #if __BYTE_ORDER == __BIG_ENDIAN
23 #elif __BYTE_ORDER == __LITTLE_ENDIAN
H A Dtrx.c54 #if __BYTE_ORDER == __BIG_ENDIAN
57 #elif __BYTE_ORDER == __LITTLE_ENDIAN
H A Dmkedimaximg.c18 #include <endian.h> /* for __BYTE_ORDER */
20 #if (__BYTE_ORDER == __LITTLE_ENDIAN)
H A Dmkplanexfw.c23 #if (__BYTE_ORDER == __BIG_ENDIAN)
H A Dosbridge-crc.c21 #if (__BYTE_ORDER == __LITTLE_ENDIAN)
H A Dmkzcfw.c23 #if (__BYTE_ORDER == __BIG_ENDIAN)
H A Dmkporayfw.c35 #if (__BYTE_ORDER == __BIG_ENDIAN)
H A Dmkcasfw.c22 #include <endian.h> /* for __BYTE_ORDER */
27 #if (__BYTE_ORDER == __LITTLE_ENDIAN)
H A Dmkcsysimg.c35 #include <endian.h> /* for __BYTE_ORDER */
42 #if (__BYTE_ORDER == __LITTLE_ENDIAN)
H A Dmkmylofw.c31 #include <endian.h> /* for __BYTE_ORDER */
37 #if (__BYTE_ORDER == __LITTLE_ENDIAN)
H A Dmkzynfw.c26 #include <endian.h> /* for __BYTE_ORDER */
34 #if (__BYTE_ORDER == __LITTLE_ENDIAN)
/openwrt/package/utils/oseama/src/
H A Doseama.c23 #if !defined(__BYTE_ORDER)
27 #if __BYTE_ORDER == __BIG_ENDIAN
32 #elif __BYTE_ORDER == __LITTLE_ENDIAN
/openwrt/tools/sstrip/src/
H A Dsstrip.c331 #if __BYTE_ORDER == __LITTLE_ENDIAN
338 #elif __BYTE_ORDER == __BIG_ENDIAN
/openwrt/package/utils/otrx/src/
H A Dotrx.c21 #if !defined(__BYTE_ORDER)
25 #if __BYTE_ORDER == __BIG_ENDIAN
28 #elif __BYTE_ORDER == __LITTLE_ENDIAN
/openwrt/package/network/utils/iwcap/src/
H A Diwcap.c48 #if __BYTE_ORDER == __BIG_ENDIAN

Completed in 114 milliseconds