Lines Matching refs:drop
46 unsigned drop; /* code bits to drop for sub-table */ local
204 drop = 0; /* current bits to drop from code for index */
217 here.bits = (unsigned char)(len - drop);
232 incr = 1U << (len - drop);
237 next[(huff >> drop) + fill] = here;
261 if (drop == 0)
262 drop = root;
268 curr = len - drop;
270 while (curr + drop < max) {
271 left -= count[curr + drop];
296 here.bits = (unsigned char)(len - drop);