Searched refs:tag_byte (Results 1 – 1 of 1) sorted by relevance
870 let tag_byte: u16 = ((b2 ^ 0x80u8) as u16) << 7; in decode_tag_from_bytes() localVariable871 (tag_byte | b3 as u16) as u32 in decode_tag_from_bytes()