Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/codegen/core/
Dgen_hpack_tables.cc122 typedef struct { char included[GRPC_CHTTP2_NUM_HUFFSYMS]; } symset; typedef
129 static symset symset_all(void) { in symset_all()
130 symset x; in symset_all()
136 static symset symset_none(void) { in symset_none()
137 symset x; in symset_none()
154 static int nsyms(symset s) { in nsyms()
169 symset syms;
181 static unsigned state_index(unsigned bitofs, symset syms, unsigned *isnew) { in state_index()
214 unsigned bitofs, unsigned emit, symset syms) { in build_dec_tbl()
240 symset nextsyms = symset_none(); in build_dec_tbl()