Searched defs:second_byte (Results 1 – 11 of 11) sorted by relevance
80 let second_byte = input.read_byte()?; in read_tag_and_get_value() localVariable87 let second_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable165 let second_byte = input.read_byte()?; in nonnegative_integer() localVariable
118 const uint8_t second_byte = data[current++]; in DecodeFrameHeader() local
137 uint8_t second_byte = 0u; in WriteWebSocketFrameHeader() local
252 uint16_t second_byte = ((a >> 8) & 0xFF) << 8; in extractWordFromUInt32() local
648 uint8_t second_byte = second_part; in DecodeRLE4() local
505 const unsigned char second_byte = (*src)[1] ^ (xor_mask & 0xff); in ReadSignedNumIncreasing() local
58 unsigned char second_byte = *p++; in DecodeFrameHybi17() local
639 uint8_t first_byte, second_byte; in CBS_is_valid_asn1_integer() local
673 uint8_t first_byte, second_byte; in CBS_is_valid_asn1_integer() local
660 uint8_t first_byte, second_byte; in CBS_is_valid_asn1_integer() local
971 int second_byte = read_byte(bounds); in advance_with_locations() local