Searched refs:nibblelut (Results 1 – 1 of 1) sorted by relevance
124 typedef struct { unsigned values[16]; } nibblelut; typedef143 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()