Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/codegen/core/
Dgen_hpack_tables.cc124 typedef struct { unsigned values[16]; } nibblelut; typedef
143 static nibblelut nibblelut_empty(void) { in nibblelut_empty()
144 nibblelut x; in nibblelut_empty()
172 nibblelut next;
174 nibblelut emit;
266 static nibblelut ctbl[MAXHUFFSTATES];
269 static int ctbl_idx(nibblelut x) { in ctbl_idx()
272 if (0 == memcmp(&x, ctbl + i, sizeof(nibblelut))) return i; in ctbl_idx()