/third_party/libwebsockets/lib/plat/unix/ |
H A D | private-lib-plat-unix.h | 69 #define BIG_ENDIAN 4321 /* to show byte order (taken from gcc); for suppres warning that BIG_ENDIAN is not defined. */ macro 74 #define BIG_ENDIAN __BIGENDIAN__ macro 99 #if !defined(BIG_ENDIAN) 100 #define BIG_ENDIAN __ORDER_BIG_ENDIAN__ macro 111 #if !defined(BIG_ENDIAN) 112 #define BIG_ENDIAN __BIG_ENDIAN macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | SwapByteOrder.h | 32 #define BIG_ENDIAN 4321 macro 35 #define BYTE_ORDER BIG_ENDIAN 48 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Host.h | 34 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_lookup.c | 136 #ifndef BIG_ENDIAN 137 #define BIG_ENDIAN 4321 macro 143 #if BYTE_ORDER == BIG_ENDIAN
|
/third_party/mesa3d/src/util/ |
H A D | compiler.h | 48 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
|
H A D | u_endian.h | 45 #elif defined(BYTE_ORDER) && (BYTE_ORDER == BIG_ENDIAN)
|
/third_party/libunwind/libunwind/include/ |
H A D | libunwind_i.h | 99 #elif defined(BIG_ENDIAN) 100 # define UNW_BIG_ENDIAN BIG_ENDIAN 109 #elif defined(BIG_ENDIAN)
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | private-lib-plat-windows.h | 109 #ifndef BIG_ENDIAN 110 #define BIG_ENDIAN 4321 /* to show byte order (taken from gcc) */ macro
|
/third_party/elfutils/libdw/ |
H A D | memory-access.h | 358 return other_byte_order ? BIG_ENDIAN : LITTLE_ENDIAN; in file_byte_order() 360 return other_byte_order ? LITTLE_ENDIAN : BIG_ENDIAN; in file_byte_order() 374 if (file_byte_order (other_byte_order) == BIG_ENDIAN) in read_3ubyte_unaligned()
|
H A D | cfi.h | 229 || (BYTE_ORDER == BIG_ENDIAN && e_ident[EI_DATA] == ELFDATA2LSB)) }
|
/third_party/lwip/src/include/lwip/ |
H A D | arch.h | 44 #ifndef BIG_ENDIAN 45 #define BIG_ENDIAN 4321 macro 64 * Allowed values: LITTLE_ENDIAN and BIG_ENDIAN
|
/third_party/libwebsockets/lib/misc/ |
H A D | sha-1.c | 58 #if !defined(BYTE_ORDER) || !defined(LITTLE_ENDIAN) || !defined(BIG_ENDIAN) 60 #elif BYTE_ORDER != BIG_ENDIAN 223 #if BYTE_ORDER == BIG_ENDIAN in sha1_pad() 264 #if BYTE_ORDER == BIG_ENDIAN in sha1_result()
|
/third_party/elfutils/libelf/ |
H A D | elf32_xlatetom.c | 91 || (BYTE_ORDER == BIG_ENDIAN && encode == ELFDATA2MSB)) in elfw2()
|
H A D | elf32_xlatetof.c | 86 || (BYTE_ORDER == BIG_ENDIAN && encode == ELFDATA2MSB)) in elfw2()
|
H A D | elf32_checksum.c | 78 && BYTE_ORDER == BIG_ENDIAN)); in elfw2()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-c64xplus.pl | 81 .if .BIG_ENDIAN 123 .if .BIG_ENDIAN 248 .if .BIG_ENDIAN 335 .if .BIG_ENDIAN 460 .if .BIG_ENDIAN 580 .if .BIG_ENDIAN 609 .if .BIG_ENDIAN 623 .if .BIG_ENDIAN 651 .if .BIG_ENDIAN 682 .if .BIG_ENDIAN [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-c64xplus.pl | 81 .if .BIG_ENDIAN 123 .if .BIG_ENDIAN 248 .if .BIG_ENDIAN 335 .if .BIG_ENDIAN 460 .if .BIG_ENDIAN 580 .if .BIG_ENDIAN 609 .if .BIG_ENDIAN 623 .if .BIG_ENDIAN 651 .if .BIG_ENDIAN 682 .if .BIG_ENDIAN [all...] |
/third_party/elfutils/libasm/ |
H A D | asm_addint8.c | 102 || (BYTE_ORDER == BIG_ENDIAN && is_leb)) in SIZE()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | platform.h | 377 #elif defined(BYTE_ORDER) && defined(BIG_ENDIAN) 378 # define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN)
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | platform.h | 377 #elif defined(BYTE_ORDER) && defined(BIG_ENDIAN) 378 # define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN)
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | platform.h | 377 #elif defined(BYTE_ORDER) && defined(BIG_ENDIAN) 378 # define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN)
|
/third_party/FreeBSD/lib/msun/src/ |
H A D | math_private.h | 44 #define IEEE_WORD_ORDER BIG_ENDIAN 59 #if IEEE_WORD_ORDER == BIG_ENDIAN 97 #if IEEE_WORD_ORDER == BIG_ENDIAN
|
/third_party/python/Lib/test/ |
H A D | test_float.py | 1508 BIG_ENDIAN = 0 variable 1519 self.assertEqual(_testcapi.float_pack(2, 1.5, BIG_ENDIAN), 1521 self.assertEqual(_testcapi.float_pack(4, 1.5, BIG_ENDIAN), 1523 self.assertEqual(_testcapi.float_pack(8, 1.5, BIG_ENDIAN), 1533 self.assertEqual(_testcapi.float_unpack(b'>\x00', BIG_ENDIAN), 1535 self.assertEqual(_testcapi.float_unpack(b'?\xc0\x00\x00', BIG_ENDIAN), 1537 self.assertEqual(_testcapi.float_unpack(b'?\xf8\x00\x00\x00\x00\x00\x00', BIG_ENDIAN), 1557 for endian in (BIG_ENDIAN, LITTLE_ENDIAN):
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | endian.h | 16 #define BIG_ENDIAN __BIG_ENDIAN macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | endian.h | 14 #define BIG_ENDIAN __BIG_ENDIAN macro
|