Home
last modified time | relevance | path

Searched defs:curr_byte (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_no_allocation/
Dpreamble.rs237 curr_byte: u8, field
279 let curr_byte = self.curr_byte + (val_for_this_byte << self.curr_bit_offset); in write_bits() localVariable
/aosp_15_r20/external/openthread/third_party/tcplp/lib/
H A Dbitmap.c105 uint8_t curr_byte; in bmp_countset() local