Home
last modified time | relevance | path

Searched defs:new_byte (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/gd/packet/
H A Dfragmenting_inserter.cc34 uint8_t new_byte = static_cast<uint8_t>(new_value); in insert_bits() local
/aosp12/system/nfc/src/nfc/tags/
H A Drw_t1t.cc841 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()
/aosp12/art/runtime/gc/accounting/
H A Dcard_table-inl.h200 const uint8_t new_byte = new_bytes[i]; in ModifyCardsAtomic() local
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp630 Int new_byte = (num_bit_left >> 3); in BitstreamFlushBits() local