Searched refs:endian (Results 1 – 10 of 10) 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 | 105 char endian; member in TracingFile 122 endian = 0; in TracingFile() 184 ret.push_back(endian); in BinaryFormat() 214 MoveFromBinaryFormat(endian, p); in LoadFromBinary() 259 PrintIndented(indent + 1, "endian: %d\n", endian); in Dump()
|
/system/keymaster/key_blob_utils/ |
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() 753 unsigned char endian; in gen_offset_from_nonce() member 764 if (little.endian) in gen_offset_from_nonce() 769 if (little.endian) in gen_offset_from_nonce() 782 if (little.endian) { /* Make Register Correct */ in gen_offset_from_nonce()
|
/system/bt/btcore/test/ |
D | device_class_test.cc | 215 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. 226 The endian swapping for the message headers will happen (as needed) in 228 always treat message header values as native-endian.
|
D | SERVICES.TXT | 202 containing the following fields (little-endian format):
|
/system/core/fastboot/ |
D | README.md | 247 Where data\_size is an unsigned 8-byte big-endian binary value, and data is the 300 Seq # 2-byte packet sequence number (big-endian). The host will increment 313 The response data field should contain a 2-byte big-endian value 322 The data field contains two big-endian 2-byte values, a protocol
|
/system/bt/stack/a2dp/ |
D | a2dp_vendor_aptx_hd_encoder.cc | 44 typedef int (*tAPTX_HD_ENCODER_INIT)(void* state, short endian);
|
D | a2dp_vendor_aptx_encoder.cc | 44 typedef int (*tAPTX_ENCODER_INIT)(void* state, short endian);
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 180 /// uint64_t, little-endian - timestamp in nanoseconds
|