Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DArmExidx.cpp165 inline bool ArmExidx::GetByte(uint8_t* byte) { in GetByte()
175 inline bool ArmExidx::DecodePrefix_10_00(uint8_t byte) { in DecodePrefix_10_00()
234 inline bool ArmExidx::DecodePrefix_10_01(uint8_t byte) { in DecodePrefix_10_01()
260 inline bool ArmExidx::DecodePrefix_10_10(uint8_t byte) { in DecodePrefix_10_10()
312 uint8_t byte; in DecodePrefix_10_11_0001() local
369 uint8_t byte; in DecodePrefix_10_11_0010() local
391 uint8_t byte; in DecodePrefix_10_11_0011() local
421 inline bool ArmExidx::DecodePrefix_10_11_1nnn(uint8_t byte) { in DecodePrefix_10_11_1nnn()
441 inline bool ArmExidx::DecodePrefix_10(uint8_t byte) { in DecodePrefix_10()
471 inline bool ArmExidx::DecodePrefix_11_000(uint8_t byte) { in DecodePrefix_11_000()
[all …]
/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/core/libziparchive/
Dentry_name_utils-inl.h27 const uint8_t byte = entry_name[i]; in IsValidEntryName() 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/nfc/halimpl/bcm2079x/hal/hal/
Dnfc_hal_nci.c169 static bool nfc_hal_nci_receive_nci_msg(tNFC_HAL_NCIT_CB* p_cb, uint8_t byte) { in nfc_hal_nci_receive_nci_msg()
260 static bool nfc_hal_nci_receive_bt_msg(tNFC_HAL_NCIT_CB* p_cb, uint8_t byte) { in nfc_hal_nci_receive_bt_msg()
459 bool nfc_hal_nci_receive_msg(uint8_t byte) { in nfc_hal_nci_receive_msg()
Dnfc_hal_main.c588 uint8_t byte; in nfc_hal_main_task() local
/system/nfc/src/nfc/tags/
Drw_t1t.c812 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()
888 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.cc155 for (uint8_t byte : compressed) { in TEST_F() local
/system/core/libcutils/
Dstrdup8to16.c33 #define UTF8_SHIFT_AND_MASK(unicode, byte) \ argument
/system/bt/stack/btm/
Dbtm_ble_privacy.cc140 uint8_t byte; in btm_ble_clear_irk_index() local
161 uint8_t byte; in btm_ble_find_irk_index() local
/system/update_engine/
Dtest_http_server.cc234 char byte = first_byte; in WritePayload() local
/system/core/libutils/
DUnicode.cpp469 static inline void utf8_shift_and_mask(uint32_t* codePoint, const uint8_t byte) in utf8_shift_and_mask()