Searched refs:low (Results 1 – 3 of 3) sorted by relevance
37 unsigned low; /* low bits for current root entry */ in zlib_inflate_table() local193 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()
123 uint16_t low[POS_STATES_MAX][LEN_LOW_SYMBOLS]; member575 uint32_t low = prev_byte >> (8 - s->lzma.lc); in lzma_literal_probs() local577 return s->lzma.literal[low + high]; in lzma_literal_probs()626 probs = l->low[pos_state]; in lzma_len()
205 Setting this too low will cause a lot of warnings.