Lines Matching refs: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
201 next = *table; /* current table to fill in */
233 min = fill; /* save offset to next table */
236 next[(huff >> drop) + fill] = here;
250 /* go to next symbol, update count, len */
264 next += min; /* here min is 1 << curr */
266 /* determine length of next table */
286 (*table)[low].val = (unsigned short)(next - *table);
305 next = *table;
310 next[huff >> drop] = here;