Lines Matching defs:next
27 on return points to the next available entry's address. bits is the
49 code FAR *next; /* next available space in table */
140 filled is at next and has curr index bits. The code being used is huff
192 next = *table; /* current table to fill in */
226 next[(huff >> drop) + fill] = this;
240 /* go to next symbol, update count, len */
254 next += 1U << curr;
256 /* determine length of next table */
276 (*table)[low].val = (unsigned short)(next - *table);
295 next = *table;
301 next[huff >> drop] = this;