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

/freebsd-12-stable/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.c676 rc_direct(&s->rc, &s->lzma.rep0, limit - ALIGN_BITS);
677 s->lzma.rep0 <<= ALIGN_BITS;
679 &s->lzma.rep0, ALIGN_BITS);
/freebsd-12-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h217 #define ALIGN_BITS 4 macro
218 #define ALIGN_SIZE (1 << ALIGN_BITS)
H A Dlzma_encoder.c168 rc_direct(&coder->rc, dist_reduced >> ALIGN_BITS,
169 footer_bits - ALIGN_BITS);
172 ALIGN_BITS, dist_reduced & ALIGN_MASK);
516 bittree_reset(coder->dist_align, ALIGN_BITS);
H A Dlzma_decoder.c620 limit -= ALIGN_BITS;
630 rep0 <<= ALIGN_BITS; local
640 } while (++offset < ALIGN_BITS);
906 bittree_reset(coder->pos_align, ALIGN_BITS);
H A Dlzma_encoder_optimum_normal.c154 ((dist_slot >> 1) - 1) - ALIGN_BITS);
192 coder->dist_align, ALIGN_BITS, i);

Completed in 79 milliseconds