Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dbin_encoder.cc35 static const b64_huff_sym huff_alphabet[64] = { variable
151 b64_huff_sym sa = huff_alphabet[a]; in enc_add2()
152 b64_huff_sym sb = huff_alphabet[b]; in enc_add2()
161 b64_huff_sym sa = huff_alphabet[a]; in enc_add1()