Home
last modified time | relevance | path

Searched defs:IS_BIG_ENDIAN (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/include/internal/
H A Dendian.h27 # 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.h27 # define IS_BIG_ENDIAN (!ossl_is_little_endian) macro
48 # define IS_BIG_ENDIAN (ossl_is_endian.little == 0) macro
/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
/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
[all...]
/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
6121 #undef IS_BIG_ENDIAN in CallRecordWriteStub() macro

Completed in 13 milliseconds