Searched refs:bits_in_first_byte (Results 1 – 3 of 3) sorted by relevance
124 size_t bits_in_first_byte = in WriteBits() local126 *bytes = WritePartialByte(HighestByte(val), bits_in_first_byte, *bytes, in WriteBits()135 val <<= bits_in_first_byte; in WriteBits()137 bit_count -= bits_in_first_byte; in WriteBits()
34 Result<int> HpackIntegerDecode(ConstByteSpan& input, int bits_in_first_byte) { in HpackIntegerDecode() argument39 const int n = bits_in_first_byte; in HpackIntegerDecode()
37 Result<int> HpackIntegerDecode(ConstByteSpan& input, int bits_in_first_byte);