Home | History | Annotate | Download | only in blast

Lines Matching refs:first

23  * 1.0  12 Feb 2003     - First version
51 int first; /* true to check distances (for first 4K) */
116 * - The first code for the shortest length is all ones. Subsequent codes of
127 int first; /* first code of length len */
129 int index; /* index of first code of length len in symbol table */
136 code = first = index = 0;
144 if (code < first + count) { /* if length len, return symbol */
147 return h->symbol[index + (code - first)];
150 first += count;
151 first <<= 1;
243 * - First byte is 0 if literals are uncoded or 1 if they are coded. Second
336 if (s->first && dist > s->next)
358 s->first = 0;
369 s->first = 0;
393 s.first = 1;