Searched defs:byte (Results 1 – 13 of 13) sorted by relevance
27 const uint8_t byte = entry_name[i]; in IsValidEntryName() local
51 bool FrameScanner::scan(uint8_t byte) in scan()
44 uint8_t byte = mData[byteCursor]; in readBits() local
64 uint8_t byte; in expect_packet_synchronous() local
69 uint8_t byte; in expect_packet_synchronous() local
92 void EventLogListBuilder::AppendByte(uint8_t byte) { in AppendByte()
155 for (uint8_t byte : compressed) { in TEST_F() local
33 #define UTF8_SHIFT_AND_MASK(unicode, byte) \ argument
92 uint8_t byte; in expect_data() local
141 UINT8 byte; in btm_ble_clear_irk_index() local164 UINT8 byte; in btm_ble_find_irk_index() local
234 char byte = first_byte; in WritePayload() local
554 uint8_t byte; in hal_says_data_ready() local
467 static inline void utf8_shift_and_mask(uint32_t* codePoint, const uint8_t byte) in utf8_shift_and_mask()