Searched refs:endian (Results 1 – 12 of 12) sorted by relevance
/system/core/base/ |
D | endian_test.cpp | 21 TEST(endian, constants) { in TEST() argument 29 TEST(endian, smoke) { in TEST() argument
|
/system/extras/simpleperf/ |
D | tracing.cpp | 104 char endian; member in TracingFile 121 endian = 0; in TracingFile() 183 ret.push_back(endian); in BinaryFormat() 213 MoveFromBinaryFormat(endian, p); in LoadFromBinary() 258 PrintIndented(indent + 1, "endian: %d\n", endian); in Dump()
|
/system/keymaster/ |
D | ocb.c | 254 unsigned char endian; in gen_offset() member 263 if (little.endian) in gen_offset() 290 unsigned char endian; in swap_if_le() member 292 if (little.endian) { in swap_if_le() 751 unsigned char endian; in gen_offset_from_nonce() member 762 if (little.endian) in gen_offset_from_nonce() 767 if (little.endian) in gen_offset_from_nonce() 780 if (little.endian) { /* Make Register Correct */ in gen_offset_from_nonce()
|
/system/bt/btcore/test/ |
D | device_class_test.cc | 206 TEST_F(DeviceClassTest, endian) { in TEST_F() argument
|
/system/core/adb/ |
D | protocol.txt | 29 32 bit words which are sent across the wire in little endian format. 224 The endian swapping for the message headers will happen (as needed) in 226 always treat message header values as native-endian.
|
D | SERVICES.TXT | 206 containing the following fields (little-endian format):
|
/system/core/fastboot/ |
D | README.md | 208 Where data\_size is an unsigned 8-byte big-endian binary value, and data is the 261 Seq # 2-byte packet sequence number (big-endian). The host will increment 274 The response data field should contain a 2-byte big-endian value 283 The data field contains two big-endian 2-byte values, a protocol
|
/system/bt/stack/a2dp/ |
D | a2dp_vendor_aptx_hd_encoder.cc | 43 typedef int (*tAPTX_HD_ENCODER_INIT)(void* state, short endian);
|
D | a2dp_vendor_aptx_encoder.cc | 43 typedef int (*tAPTX_ENCODER_INIT)(void* state, short endian);
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 19594 // used has the side-effect of making the returned value a big-endian, 19999 // used has the side-effect of making the returned value a big-endian,
|
D | raw_structures_fixed.txt | 16411 the TPM input/output buffer is “big endian” with the most significant octet of any datum at the low…
|
D | raw_structures.txt | 16428 the TPM input/output buffer is “big endian” with the most significant octet of any datum at the low…
|