Lines Matching defs:next
18 on return points to the next available entry's address. bits is the
40 code *next; /* next available space in table */
137 filled is at next and has curr index bits. The code being used is huff
190 next = *table; /* current table to fill in */
221 min = fill; /* save offset to next table */
224 next[(huff >> drop) + fill] = this;
238 /* go to next symbol, update count, len */
252 next += min; /* here min is 1 << curr */
254 /* determine length of next table */
273 (*table)[low].val = (unsigned short)(next - *table);
292 next = *table;
297 next[huff >> drop] = this;