Lines Matching full:next
28 on return points to the next available entry's address. bits is the
55 code FAR *next; /* next available space in table */ local
152 filled is at next and has curr index bits. The code being used is huff
202 next = *table; /* current table to fill in */
234 min = fill; /* save offset to next table */
237 next[(huff >> drop) + fill] = here;
251 /* go to next symbol, update count, len */
265 next += min; /* here min is 1 << curr */
267 /* determine length of next table */
287 (*table)[low].val = (unsigned short)(next - *table);
298 next[huff] = here;