Searched refs:third_byte (Results 1 – 2 of 2) sorted by relevance
510 const unsigned char third_byte = (*src)[2] ^ (xor_mask & 0xff); in ReadSignedNumIncreasing() local511 if (second_byte == 0xc0 && third_byte < 0x80) { in ReadSignedNumIncreasing()
88 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable89 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()