Home
last modified time | relevance | path

Searched refs:low (Results 1 – 3 of 3) 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/xz/
Dxz_dec_lzma2.c123 uint16_t low[POS_STATES_MAX][LEN_LOW_SYMBOLS]; member
575 uint32_t low = prev_byte >> (8 - s->lzma.lc); in lzma_literal_probs() local
577 return s->lzma.literal[low + high]; in lzma_literal_probs()
626 probs = l->low[pos_state]; in lzma_len()
/lib/
DKconfig.debug205 Setting this too low will cause a lot of warnings.