Lines Matching defs:next
27 on return points to the next available entry's address. bits is the
54 code FAR *next; /* next available space in table */
145 filled is at next and has curr index bits. The code being used is huff
197 next = *table; /* current table to fill in */
231 next[(huff >> drop) + fill] = this;
245 /* go to next symbol, update count, len */
259 next += 1U << curr;
261 /* determine length of next table */
281 (*table)[low].val = (unsigned short)(next - *table);
300 next = *table;
306 next[huff >> drop] = this;