Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/codegen/core/
Dgen_hpack_tables.cc213 static void build_dec_tbl(unsigned state, unsigned nibble, int nibbits, in build_dec_tbl() function
230 build_dec_tbl(st, 0, 0, bitofs, NOT_SET, syms); in build_dec_tbl()
251 build_dec_tbl(state, (nibble << 1) | bit, nibbits + 1, 0, i, in build_dec_tbl()
260 build_dec_tbl(state, (nibble << 1) | bit, nibbits + 1, bitofs + 1, emit, in build_dec_tbl()
293 build_dec_tbl(state_index(0, symset_all(), &i), 0, 0, 0, NOT_SET, in generate_huff_tables()