Searched defs:BIG_ENDIAN (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXarch.h61 # if !defined(BIG_ENDIAN) && defined(__BIG_ENDIAN)
62 # define BIG_ENDIAN __BIG_ENDIAN macro
74 # define BIG_ENDIAN 4321 macro
82 # define BYTE_ORDER BIG_ENDIAN
88 # define X_BIG_ENDIAN BIG_ENDIAN
/vbox/src/VBox/Additions/x11/x11include/4.3/include/
H A DXarch.h68 #if !defined(BIG_ENDIAN) && defined(__BIG_ENDIAN)
69 #define BIG_ENDIAN __BIG_ENDIAN macro
88 #define BIG_ENDIAN 4321 macro
98 #define BYTE_ORDER BIG_ENDIAN
106 #define BYTE_ORDER BIG_ENDIAN
115 #define BYTE_ORDER BIG_ENDIAN
121 #define X_BIG_ENDIAN BIG_ENDIAN
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dendian.h109 #define BIG_ENDIAN 4321 /* MSB first: 68000, ibm, net */ macro
120 #if BYTE_ORDER == BIG_ENDIAN && !defined(__lint__)
148 #if BYTE_ORDER == BIG_ENDIAN
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser_compat.h53 #define BIG_ENDIAN 4321 /*%< most-significant byte first (IBM, net) */ macro
75 #define BYTE_ORDER BIG_ENDIAN
82 (BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \
101 #if BYTE_ORDER == BIG_ENDIAN
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Darch.h39 #ifndef BIG_ENDIAN
40 #define BIG_ENDIAN 4321 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Darch.h39 #ifndef BIG_ENDIAN
40 #define BIG_ENDIAN 4321 macro

Completed in 48 milliseconds