Home
last modified time | relevance | path

Searched refs:BIG_ENDIAN (Results 1 – 25 of 119) sorted by relevance

12345

/external/rust/crates/libz-sys/src/zlib-ng/
Dzendian.h18 # if !defined(BIG_ENDIAN)
19 # define BIG_ENDIAN __ORDER_BIG_ENDIAN__ macro
22 # define BYTE_ORDER BIG_ENDIAN
29 # define BIG_ENDIAN 4321 macro
46 # if !defined(BIG_ENDIAN)
47 # define BIG_ENDIAN 1234 macro
51 # define BYTE_ORDER BIG_ENDIAN
/external/llvm-project/compiler-rt/test/ubsan/TestCases/Float/
Dcast-overflow.cpp19 # define BIG_ENDIAN __DARWIN_BIG_ENDIAN macro
26 # ifndef BIG_ENDIAN
27 # define BIG_ENDIAN _BIG_ENDIAN macro
35 # define BIG_ENDIAN 4321 macro
38 # define BYTE_ORDER BIG_ENDIAN
44 # define BIG_ENDIAN 1 macro
49 # define BIG_ENDIAN __BIG_ENDIAN macro
/external/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h69 …#define BIG_ENDIAN 4321 /* to show byte order (taken from gcc); for suppres warning that BIG_ENDI… macro
74 #define BIG_ENDIAN __BIGENDIAN__ macro
90 #if !defined(BIG_ENDIAN)
91 #define BIG_ENDIAN __ORDER_BIG_ENDIAN__ macro
102 #if !defined(BIG_ENDIAN)
103 #define BIG_ENDIAN __BIG_ENDIAN macro
/external/llvm-project/llvm/include/llvm/Support/
DSwapByteOrder.h32 #define BIG_ENDIAN 4321 macro
35 #define BYTE_ORDER BIG_ENDIAN
40 #define BIG_ENDIAN 4321 macro
42 #define BYTE_ORDER BIG_ENDIAN
95 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
/external/compiler-rt/test/ubsan/TestCases/Float/
Dcast-overflow.cpp19 # define BIG_ENDIAN __DARWIN_BIG_ENDIAN macro
24 # define BIG_ENDIAN _BIG_ENDIAN macro
28 # define BIG_ENDIAN 1 macro
33 # define BIG_ENDIAN __BIG_ENDIAN macro
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_vertex.h35 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
43 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/
DMemory.java32 if (order == ByteOrder.BIG_ENDIAN) { in peekInt()
46 if (order == ByteOrder.BIG_ENDIAN) { in peekLong()
70 if (order == ByteOrder.BIG_ENDIAN) { in peekShort()
79 if (order == ByteOrder.BIG_ENDIAN) { in pokeInt()
92 if (order == ByteOrder.BIG_ENDIAN) { in pokeLong()
117 if (order == ByteOrder.BIG_ENDIAN) { in pokeShort()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DBitInputStreamTest.java54 try (final BitInputStream bis = new BitInputStream(getStream(), ByteOrder.BIG_ENDIAN)) { in testReading24BitsInBigEndian() argument
68 try (final BitInputStream bis = new BitInputStream(getStream(), ByteOrder.BIG_ENDIAN)) { in testReading17BitsInBigEndian() argument
83 try (final BitInputStream bis = new BitInputStream(getStream(), ByteOrder.BIG_ENDIAN)) { in testReading30BitsInBigEndian() argument
98 try (final BitInputStream bis = new BitInputStream(getStream(), ByteOrder.BIG_ENDIAN)) { in testReading31BitsInBigEndian() argument
163 try (final BitInputStream bin = new BitInputStream(in, ByteOrder.BIG_ENDIAN)) { in bigEndianWithOverflow() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSwapByteOrder.h32 #define BIG_ENDIAN 4321 macro
35 #define BYTE_ORDER BIG_ENDIAN
48 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DHost.h34 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
/external/iperf3/src/
Dportable_endian.h64 # define __BIG_ENDIAN BIG_ENDIAN
109 # elif BYTE_ORDER == BIG_ENDIAN
134 # define __BIG_ENDIAN BIG_ENDIAN
147 #if BYTE_ORDER == BIG_ENDIAN
/external/llvm/include/llvm/Support/
DHost.h32 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
DSolaris.h21 #define BIG_ENDIAN 4321 macro
24 #define BYTE_ORDER BIG_ENDIAN
/external/mesa3d/src/util/
Dcompiler.h50 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
/external/usrsctp/usrsctplib/netinet/
Dsctp_crc32.c565 #if BYTE_ORDER == BIG_ENDIAN in sctp_crc32c_sb8_64_bit()
581 #if BYTE_ORDER == BIG_ENDIAN in sctp_crc32c_sb8_64_bit()
741 #if BYTE_ORDER == BIG_ENDIAN in sctp_finalize_crc32c()
747 #if BYTE_ORDER == BIG_ENDIAN in sctp_finalize_crc32c()
/external/kmod/port-gnu/
Dendian-darwin.h40 # define __BIG_ENDIAN BIG_ENDIAN
83 # elif BYTE_ORDER == BIG_ENDIAN
108 # define __BIG_ENDIAN BIG_ENDIAN
/external/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h92 #ifndef BIG_ENDIAN
93 #define BIG_ENDIAN 4321 /* to show byte order (taken from gcc) */ macro
/external/python/cpython2/Lib/plat-aix3/
DIN.py7 BIG_ENDIAN = 4321 variable
9 BYTE_ORDER = BIG_ENDIAN
/external/python/cpython2/Lib/plat-irix5/
DIN.py8 BIG_ENDIAN = 4321 variable
10 BYTE_ORDER = BIG_ENDIAN
/external/python/cpython2/Lib/plat-aix4/
DIN.py7 BIG_ENDIAN = 4321 variable
9 BYTE_ORDER = BIG_ENDIAN
/external/linux-kselftest/tools/testing/selftests/kvm/lib/
Delf.c54 || ((BYTE_ORDER == BIG_ENDIAN) in elfhdr_get()
65 BYTE_ORDER, LITTLE_ENDIAN, BIG_ENDIAN, in elfhdr_get()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DImageHeaderParser.java202 byteOrder = ByteOrder.BIG_ENDIAN; in parseExifSegment()
209 byteOrder = ByteOrder.BIG_ENDIAN; in parseExifSegment()
299 this.data.order(ByteOrder.BIG_ENDIAN); in RandomAccessReader()
/external/llvm/lib/Support/
DSHA1.cpp24 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
/external/guava/guava/src/com/google/common/primitives/
DUnsignedBytes.java297 static final boolean BIG_ENDIAN = ByteOrder.nativeOrder().equals(ByteOrder.BIG_ENDIAN); field in UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator
379 if (BIG_ENDIAN) { in compare()
/external/guava/android/guava/src/com/google/common/primitives/
DUnsignedBytes.java297 static final boolean BIG_ENDIAN = ByteOrder.nativeOrder().equals(ByteOrder.BIG_ENDIAN); field in UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator
379 if (BIG_ENDIAN) { in compare()

12345