Searched refs:endian (Results 1 – 11 of 11) sorted by relevance
/system/libbase/ |
D | endian_test.cpp | 21 TEST(endian, constants) { in TEST() argument 29 TEST(endian, smoke) { in TEST() argument
|
/system/extras/simpleperf/ |
D | tracing.cpp | 126 char endian; member in TracingFile 143 endian = 0; in TracingFile() 181 ret.push_back(endian); in BinaryFormat() 211 MoveFromBinaryFormat(endian, p); in LoadFromBinary() 256 PrintIndented(indent + 1, "endian: %d\n", endian); in Dump()
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 255 unsigned char endian; in gen_offset() member 264 if (little.endian) in gen_offset() 291 unsigned char endian; in swap_if_le() member 293 if (little.endian) { in swap_if_le() 764 unsigned char endian; in gen_offset_from_nonce() member 775 if (little.endian) in gen_offset_from_nonce() 780 if (little.endian) in gen_offset_from_nonce() 793 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. 235 The endian swapping for the message headers will happen (as needed) in 237 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
|
/system/bt/gd/docs/architecture/ |
D | architecture.md | 225 little_endian_packets // Whether this packet is big or small endian
|