Lines Matching refs:next
27 on return points to the next available entry's address. bits is the
49 code FAR *next; /* next available space in table */
146 filled is at next and has curr index bits. The code being used is huff
196 next = *table; /* current table to fill in */
228 min = fill; /* save offset to next table */
231 next[(huff >> drop) + fill] = here;
245 /* go to next symbol, update count, len */
259 next += min; /* here min is 1 << curr */
261 /* determine length of next table */
281 (*table)[low].val = (unsigned short)(next - *table);
292 next[huff] = here;