Searched refs:drop (Results 1 – 2 of 2) sorted by relevance
31 unsigned drop; /* code bits to drop for sub-table */ in zlib_inflate_table() local192 drop = 0; /* current bits to drop from code for index */ in zlib_inflate_table()204 this.bits = (unsigned char)(len - drop); in zlib_inflate_table()219 incr = 1U << (len - drop); in zlib_inflate_table()224 next[(huff >> drop) + fill] = this; in zlib_inflate_table()248 if (drop == 0) in zlib_inflate_table()249 drop = root; in zlib_inflate_table()255 curr = len - drop; in zlib_inflate_table()257 while (curr + drop < max) { in zlib_inflate_table()258 left -= count[curr + drop]; in zlib_inflate_table()[all …]
1165 live on past the point at which a driver decides to drop it's