Home
last modified time | relevance | path

Searched refs:IS_BIG_ENDIAN (Results 1 - 11 of 11) sorted by relevance

/third_party/toybox/lib/
H A Dportability.h125 #define IS_BIG_ENDIAN 1 macro
127 #define IS_BIG_ENDIAN 0 macro
139 #define IS_BIG_ENDIAN 1 macro
141 #define IS_BIG_ENDIAN 0 macro
150 #define IS_BIG_ENDIAN 1 macro
152 #define IS_BIG_ENDIAN 0 macro
157 #if IS_BIG_ENDIAN
H A Dlib.c665 return (IS_BIG_ENDIAN ? peek_be : peek_le)(ptr, size); in peek()
690 (IS_BIG_ENDIAN ? poke_be : poke_le)(ptr, val, size); in poke()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dendian.h15 * IS_LITTLE_ENDIAN and IS_BIG_ENDIAN can be used to detect the endiannes
27 # define IS_BIG_ENDIAN (!ossl_is_little_endian) macro
48 # define IS_BIG_ENDIAN (ossl_is_endian.little == 0) macro
/third_party/openssl/include/internal/
H A Dendian.h15 * IS_LITTLE_ENDIAN and IS_BIG_ENDIAN can be used to detect the endiannes
27 # define IS_BIG_ENDIAN (!ossl_is_little_endian) macro
48 # define IS_BIG_ENDIAN (ossl_is_endian.little == 0) macro
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java83 static final boolean IS_BIG_ENDIAN = ByteOrder.nativeOrder() == ByteOrder.BIG_ENDIAN; field in UnsafeUtil
450 IS_BIG_ENDIAN in firstDifferingByteIndexNativeEndian()
746 if (IS_BIG_ENDIAN) { in getByte()
755 if (IS_BIG_ENDIAN) { in putByte()
764 if (IS_BIG_ENDIAN) { in getBoolean()
773 if (IS_BIG_ENDIAN) { in putBoolean()
866 if (IS_BIG_ENDIAN) { in getByte()
875 if (IS_BIG_ENDIAN) { in putByte()
884 if (IS_BIG_ENDIAN) { in getBoolean()
893 if (IS_BIG_ENDIAN) { in putBoolean()
[all...]
/third_party/toybox/toys/net/
H A Dping.c80 if (len == 1) d &= 255<<IS_BIG_ENDIAN; in pingchksum()
/third_party/toybox/toys/posix/
H A Dod.c109 ll |= or << (8*(IS_BIG_ENDIAN ? t->size-k-1 : k)); in od_out_t()
/third_party/toybox/toys/lsb/
H A Dmd5sum.c231 if (IS_BIG_ENDIAN) in hash_update()
/third_party/node/deps/openssl/openssl/crypto/
H A Dparams.c74 return 0x80 & (IS_BIG_ENDIAN ? n[0] : n[s - 1]); in is_negative()
100 if (IS_BIG_ENDIAN) { in copy_integer()
/third_party/openssl/crypto/
H A Dparams.c72 return 0x80 & (IS_BIG_ENDIAN ? n[0] : n[s - 1]); in is_negative()
98 if (IS_BIG_ENDIAN) { in copy_integer()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc6005 #define IS_BIG_ENDIAN true in CallRecordWriteStub() macro
6007 #define IS_BIG_ENDIAN false in CallRecordWriteStub() macro
6011 IS_BIG_ENDIAN&& CpuFeatures::IsSupported(VECTOR_ENHANCE_FACILITY_2) in CallRecordWriteStub()
6121 #undef IS_BIG_ENDIAN in CallRecordWriteStub() macro

Completed in 21 milliseconds