Lines Matching refs:drop
45 unsigned drop; /* code bits to drop for sub-table */ local
203 drop = 0; /* current bits to drop from code for index */
216 here.bits = (unsigned char)(len - drop);
231 incr = 1U << (len - drop);
236 next[(huff >> drop) + fill] = here;
260 if (drop == 0)
261 drop = root;
267 curr = len - drop;
269 while (curr + drop < max) {
270 left -= count[curr + drop];
295 here.bits = (unsigned char)(len - drop);