Lines Matching defs:first
57 int first; /* true to check distances (for first 4K) */
122 * - The first code for the shortest length is all ones. Subsequent codes of
133 int first; /* first code of length len */
135 int index; /* index of first code of length len in symbol table */
142 code = first = index = 0;
150 if (code < first + count) { /* if length len, return symbol */
153 return h->symbol[index + (code - first)];
156 first += count;
157 first <<= 1;
342 if (s->first && dist > s->next)
364 s->first = 0;
375 s->first = 0;
405 s.first = 1;