Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dbin_encoder.cc188 const uint8_t low_to_high = static_cast<uint8_t>((in[0] & 0x3) << 4); in grpc_chttp2_base64_encode_and_huffman_compress() local
190 enc_add2(&out, in[0] >> 2, low_to_high | high_to_low); in grpc_chttp2_base64_encode_and_huffman_compress()
207 const uint8_t low_to_high = static_cast<uint8_t>((in[0] & 0x3) << 4); in grpc_chttp2_base64_encode_and_huffman_compress() local
209 enc_add2(&out, in[0] >> 2, low_to_high | high_to_low); in grpc_chttp2_base64_encode_and_huffman_compress()