Lines Matching refs:drop
41 unsigned drop; /* code bits to drop for sub-table */ in inflate_table() local
202 drop = 0; /* current bits to drop from code for index */ in inflate_table()
214 this.bits = (unsigned char)(len - drop); in inflate_table()
229 incr = 1U << (len - drop); in inflate_table()
234 next[(huff >> drop) + fill] = this; in inflate_table()
258 if (drop == 0) in inflate_table()
259 drop = root; in inflate_table()
265 curr = len - drop; in inflate_table()
267 while (curr + drop < max) { in inflate_table()
268 left -= count[curr + drop]; in inflate_table()
295 this.bits = (unsigned char)(len - drop); in inflate_table()
299 if (drop != 0 && (huff & mask) != low) { in inflate_table()
300 drop = 0; in inflate_table()
307 next[huff >> drop] = this; in inflate_table()