Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dbin_encoder.cc36 static const b64_huff_sym huff_alphabet[64] = { variable
153 b64_huff_sym sa = huff_alphabet[a]; in enc_add2()
154 b64_huff_sym sb = huff_alphabet[b]; in enc_add2()
163 b64_huff_sym sa = huff_alphabet[a]; in enc_add1()