Lines Matching defs:first
23 * 1.0 12 Feb 2003 - First version
53 int first; /* true to check distances (for first 4K) */
118 * - The first code for the shortest length is all ones. Subsequent codes of
129 int first; /* first code of length len */
131 int index; /* index of first code of length len in symbol table */
138 code = first = index = 0;
146 if (code < first + count) { /* if length len, return symbol */
149 return h->symbol[index + (code - first)];
152 first += count;
153 first <<= 1;
245 * - First byte is 0 if literals are uncoded or 1 if they are coded. Second
338 if (s->first && dist > s->next)
360 s->first = 0;
371 s->first = 0;
395 s.first = 1;