Home
last modified time | relevance | path

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

/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/bt/hci/test/
Dhci_hal_mct_test.cpp64 uint8_t byte; in expect_packet_synchronous() local
Dhci_hal_h4_test.cpp69 uint8_t byte; in expect_packet_synchronous() local
/system/core/bootstat/
Devent_log_list_builder.cpp92 void EventLogListBuilder::AppendByte(uint8_t byte) { in AppendByte()
/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/osi/test/
Deager_reader_test.cpp92 uint8_t byte; in expect_data() local
/system/bt/stack/btm/
Dbtm_ble_privacy.c141 UINT8 byte; in btm_ble_clear_irk_index() local
164 UINT8 byte; in btm_ble_find_irk_index() local
/system/update_engine/
Dtest_http_server.cc234 char byte = first_byte; in WritePayload() local
/system/bt/hci/src/
Dhci_layer.c554 uint8_t byte; in hal_says_data_ready() local
/system/core/libutils/
DUnicode.cpp467 static inline void utf8_shift_and_mask(uint32_t* codePoint, const uint8_t byte) in utf8_shift_and_mask()