Lines Matching defs:next
27 on return points to the next available entry's address. bits is the
50 code FAR *next; /* next available space in table */
147 filled is at next and has curr index bits. The code being used is huff
197 next = *table; /* current table to fill in */
229 min = fill; /* save offset to next table */
232 next[(huff >> drop) + fill] = here;
246 /* go to next symbol, update count, len */
260 next += min; /* here min is 1 << curr */
262 /* determine length of next table */
282 (*table)[low].val = (unsigned short)(next - *table);
293 next[huff] = here;