Home
last modified time | relevance | path

Searched refs:ALIGN_BITS (Results 1 – 6 of 6) sorted by relevance

/src/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h190 #define ALIGN_BITS 4 macro
191 #define ALIGN_SIZE (1 << ALIGN_BITS)
H A Dxz_dec_lzma2.c708 rc_direct(&s->rc, &s->lzma.rep0, limit - ALIGN_BITS); in lzma_match()
709 s->lzma.rep0 <<= ALIGN_BITS; in lzma_match()
711 &s->lzma.rep0, ALIGN_BITS); in lzma_match()
/src/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h232 #define ALIGN_BITS 4 macro
233 #define ALIGN_SIZE (1 << ALIGN_BITS)
H A Dlzma_decoder.c498 limit -= ALIGN_BITS; in lzma_decode()
505 rep0 <<= ALIGN_BITS; in lzma_decode()
820 limit -= ALIGN_BITS; in lzma_decode()
826 rep0 <<= ALIGN_BITS; in lzma_decode()
1082 bittree_reset(coder->pos_align, ALIGN_BITS); in lzma_decoder_reset()
H A Dlzma_encoder.c167 rc_direct(&coder->rc, dist_reduced >> ALIGN_BITS, in match()
168 footer_bits - ALIGN_BITS); in match()
171 ALIGN_BITS, dist_reduced & ALIGN_MASK); in match()
569 bittree_reset(coder->dist_align, ALIGN_BITS); in lzma_lzma_encoder_reset()
H A Dlzma_encoder_optimum_normal.c153 ((dist_slot >> 1) - 1) - ALIGN_BITS); in fill_dist_prices()
191 coder->dist_align, ALIGN_BITS, i); in fill_align_prices()