Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 25) sorted by relevance

/system/unwinding/libunwindstack/
DArmExidx.cpp177 inline bool ArmExidx::GetByte(uint8_t* byte) { in GetByte()
187 inline bool ArmExidx::DecodePrefix_10_00(uint8_t byte) { in DecodePrefix_10_00()
260 inline bool ArmExidx::DecodePrefix_10_01(uint8_t byte) { in DecodePrefix_10_01()
291 inline bool ArmExidx::DecodePrefix_10_10(uint8_t byte) { in DecodePrefix_10_10()
367 uint8_t byte; in DecodePrefix_10_11_0001() local
447 uint8_t byte; in DecodePrefix_10_11_0010() local
476 uint8_t byte; in DecodePrefix_10_11_0011() local
512 inline bool ArmExidx::DecodePrefix_10_11_1nnn(uint8_t byte) { in DecodePrefix_10_11_1nnn()
537 inline bool ArmExidx::DecodePrefix_10(uint8_t byte) { in DecodePrefix_10()
567 inline bool ArmExidx::DecodePrefix_11_000(uint8_t byte) { in DecodePrefix_11_000()
[all …]
DDwarfMemory.cpp50 uint8_t byte; in ReadULEB128() local
65 uint8_t byte; in ReadSLEB128() local
DDwarfOp.cpp1598 uint8_t byte; in GetLogInfo() local
/system/core/trusty/utils/rpmb_dev/
Drpmb.h25 uint8_t byte[32]; member
Drpmb_protocol.h36 uint8_t byte[16]; member
40 uint8_t byte[2]; member
44 uint8_t byte[4]; member
/system/nvram/messages/
Dio.cpp41 uint8_t byte = (value & 0x7f) | (((value >> 7) == 0) ? 0x00 : 0x80); in EncodeVarint() local
60 uint8_t byte = 0; in DecodeVarint() local
105 bool InputStreamBuffer::ReadByte(uint8_t* byte) { in ReadByte()
192 bool OutputStreamBuffer::WriteByte(uint8_t byte) { in WriteByte()
/system/libziparchive/
Dentry_name_utils-inl.h33 const uint8_t byte = entry_name[i]; in IsValidEntryName() local
/system/chre/apps/test/chqts/src/general_test/
Dcell_info_gsm.cc41 for (uint8_t byte : identity.reserved) { in validateIdentity() local
/system/media/audio_utils/spdif/
DFrameScanner.cpp51 bool FrameScanner::scan(uint8_t byte) in scan()
DBitFieldParser.cpp44 uint8_t byte = mData[byteCursor]; in readBits() local
/system/core/init/
Depoll_test.cpp61 uint8_t byte = 0xee; in TEST() local
Dservice.cpp500 char byte = 0; in RunService() local
665 if (char byte = 0; write((*pipefd)[1], &byte, 1) < 0) { in Start() local
680 if (char byte = 1; write((*pipefd)[1], &byte, 1) < 0) { in Start() local
/system/nfc/src/adaptation/
Ddebug_lmrt.cc68 for (uint8_t byte : lmrt_payloads.tlvs[i]) { in lmrt_log() local
/system/nfc/src/nfc/tags/
Drw_t1t.cc812 tNFC_STATUS RW_T1tRead(uint8_t block, uint8_t byte) { in RW_T1tRead()
841 tNFC_STATUS RW_T1tWriteErase(uint8_t block, uint8_t byte, uint8_t new_byte) { in RW_T1tWriteErase()
889 tNFC_STATUS RW_T1tWriteNoErase(uint8_t block, uint8_t byte, uint8_t new_byte) { in RW_T1tWriteNoErase()
/system/nvram/messages/tests/
Dio_test.cpp83 uint8_t byte = 0; in TEST() local
98 uint8_t byte = 0; in TEST() local
116 uint8_t byte = 0; in TEST() local
/system/update_engine/payload_consumer/
Dxz_extent_writer_unittest.cc142 for (uint8_t byte : compressed) { in TEST_F() local
/system/tools/aidl/build/
Daidl_test.go38 func withFiles(files map[string][]byte) android.FixturePreparer {
/system/security/ondevice-signing/
DVerityUtils.cpp68 uint8_t byte; in fromHex() local
/system/core/libutils/
DUnicode.cpp361 static inline void utf8_shift_and_mask(uint32_t* codePoint, const uint8_t byte) in utf8_shift_and_mask()
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp232 uint8_t byte = mem.memory()[offset + i]; in print_thread_memory_dump() local
/system/update_engine/
Dtest_http_server.cc241 char byte = first_byte; in WritePayload() local
/system/unwinding/libunwindstack/tests/
DDwarfMemoryTest.cpp67 uint8_t byte; in TEST_F() local
/system/core/fs_mgr/libdm/
Ddm_test.cpp390 uint8_t byte = 1; in TEST() local
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp1185 void expectRangeEqual(const T* t, uint8_t byte) { in expectRangeEqual()
/system/netd/tests/
Dbinder_test.cpp1174 int byte, int pkt) { in addTetherCounterValues()