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

/lib/zlib_inflate/
H A Dinftrees.c37 unsigned low; /* low bits for current root entry */ local
38 unsigned mask; /* mask for low root bits */
145 of the low root bits of huff. This is saved in low to check for when a
193 low = (unsigned)(-1); /* trigger new sub-table when len > root */
195 mask = used - 1; /* mask for comparing low */
218 /* replicate for those indices with low len bits equal to huff */
246 if (len > root && (huff & mask) != low) {
270 low
[all...]
/lib/xz/
H A Dxz_dec_lzma2.c123 uint16_t low[POS_STATES_MAX][LEN_LOW_SYMBOLS]; member in struct:lzma_len_dec
575 uint32_t low = prev_byte >> (8 - s->lzma.lc); local
577 return s->lzma.literal[low + high];
626 probs = l->low[pos_state];

Completed in 58 milliseconds