Lines Matching defs:next
27 on return points to the next available entry's address. bits is the
54 code FAR *next; /* next available space in table */
151 filled is at next and has curr index bits. The code being used is huff
203 next = *table; /* current table to fill in */
235 min = fill; /* save offset to next table */
238 next[(huff >> drop) + fill] = here;
252 /* go to next symbol, update count, len */
266 next += min; /* here min is 1 << curr */
268 /* determine length of next table */
288 (*table)[low].val = (unsigned short)(next - *table);
299 next[huff] = here;