Home
last modified time | relevance | path

Searched refs:low (Results 1 – 2 of 2) sorted by relevance

/lib/zlib_inflate/
Dinftrees.c37 unsigned low; /* low bits for current root entry */ in zlib_inflate_table() local
193 low = (unsigned)(-1); /* trigger new sub-table when len > root */ in zlib_inflate_table()
246 if (len > root && (huff & mask) != low) { in zlib_inflate_table()
270 low = huff & mask; in zlib_inflate_table()
271 (*table)[low].op = (unsigned char)curr; in zlib_inflate_table()
272 (*table)[low].bits = (unsigned char)root; in zlib_inflate_table()
273 (*table)[low].val = (unsigned short)(next - *table); in zlib_inflate_table()
289 if (drop != 0 && (huff & mask) != low) { in zlib_inflate_table()
/lib/
DKconfig.debug35 Setting this too low will cause a lot of warnings.