Home
last modified time | relevance | path

Searched refs:_BYTE_ORDER (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/util/
H A Du_endian.h77 #if _BYTE_ORDER == _LITTLE_ENDIAN
80 #elif _BYTE_ORDER == _BIG_ENDIAN
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
H A DuSynergy.h49 #if defined(__LITTLE_ENDIAN__) || defined(LITTLE_ENDIAN) || (_BYTE_ORDER == _LITTLE_ENDIAN)
51 #elif defined(__BIG_ENDIAN__) || defined(BIG_ENDIAN) || (_BYTE_ORDER == _BIG_ENDIAN)
/third_party/FreeBSD/lib/libc/arm/
H A D_fpmath.h38 #if _BYTE_ORDER == __LITTLE_ENDIAN
48 #else /* _BYTE_ORDER == __LITTLE_ENDIAN */
/third_party/libunwind/libunwind/include/
H A Dlibunwind_i.h107 #elif defined(_BYTE_ORDER)
108 # define UNW_BYTE_ORDER _BYTE_ORDER
/third_party/ntfs-3g/include/ntfs-3g/
H A Dendians.h56 # if defined(_BYTE_ORDER)
57 # define __BYTE_ORDER _BYTE_ORDER
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.h24 #define __BYTE_ORDER _BYTE_ORDER
42 #define __BYTE_ORDER _BYTE_ORDER
/third_party/toybox/lib/
H A Dportability.h138 #if _BYTE_ORDER == _BIG_ENDIAN
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.h36 #define __BYTE_ORDER _BYTE_ORDER
54 #define __BYTE_ORDER _BYTE_ORDER
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c23 #ifndef _BYTE_ORDER
25 #define _BYTE_ORDER _BIG_ENDIAN macro
27 #define _BYTE_ORDER _LITTLE_ENDIAN macro
29 #endif /* _BYTE_ORDER */
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c23 #ifndef _BYTE_ORDER
25 #define _BYTE_ORDER _BIG_ENDIAN macro
27 #define _BYTE_ORDER _LITTLE_ENDIAN macro
29 #endif /* _BYTE_ORDER */

Completed in 18 milliseconds