Home
last modified time | relevance | path

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

/external/rust/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
/external/openthread/third_party/tcplp/lib/
Dbitmap.c105 uint8_t curr_byte; in bmp_countset() local