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 | 131 char endian; member in simpleperf::TracingFile 148 endian = 0; in TracingFile() 186 ret.push_back(endian); in BinaryFormat() 216 MoveFromBinaryFormat(endian, p); in LoadFromBinary() 261 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/chre/chpp/api_parser/ |
D | README.md | 61 All generated code currently assumes that it's running on a little endian CPU, 62 as the wire format requires little endian byte order.
|
/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 | 205 /// uint64_t, little-endian - timestamp in nanoseconds 287 /// uint32_t, little-endian - timestamp in milliseconds
|
/system/bt/gd/docs/architecture/ |
D | architecture.md | 225 little_endian_packets // Whether this packet is big or small endian
|
/system/chre/chpp/ |
D | README.md | 50 …rrent version of CHPP, the preamble is 0x6843 (“Ch” in ASCII as a little endian 16-bit integer). F…
|