Home
last modified time | relevance | path

Searched refs:bits_in_first_byte (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/rtc_base/
Dbit_buffer.cc124 size_t bits_in_first_byte = in WriteBits() local
126 *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()
/external/pigweed/pw_grpc/
Dhpack.cc34 Result<int> HpackIntegerDecode(ConstByteSpan& input, int bits_in_first_byte) { in HpackIntegerDecode() argument
39 const int n = bits_in_first_byte; in HpackIntegerDecode()
/external/pigweed/pw_grpc/pw_grpc_private/
Dhpack.h37 Result<int> HpackIntegerDecode(ConstByteSpan& input, int bits_in_first_byte);