Lines Matching refs:drop
45 unsigned drop; /* code bits to drop for sub-table */ local
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
233 incr = 1U << (len - drop);
238 next[(huff >> drop) + fill] = here;
262 if (drop == 0)
263 drop = root;
269 curr = len - drop;
271 while (curr + drop < max) {
272 left -= count[curr + drop];
300 here.bits = (unsigned char)(len - drop);
304 if (drop != 0 && (huff & mask) != low) {
305 drop = 0;
312 next[huff >> drop] = here;