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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_common.h215 #define ALIGN_BITS 4 macro
216 #define ALIGN_TABLE_SIZE (1 << ALIGN_BITS)
H A Dlzma_encoder.c168 rc_direct(&coder->rc, pos_reduced >> ALIGN_BITS,
169 footer_bits - ALIGN_BITS);
172 ALIGN_BITS, pos_reduced & ALIGN_MASK);
515 bittree_reset(coder->pos_align, ALIGN_BITS);
H A Dlzma_decoder.c608 limit -= ALIGN_BITS;
618 rep0 <<= ALIGN_BITS; local
628 } while (++offset < ALIGN_BITS);
900 bittree_reset(coder->pos_align, ALIGN_BITS);
H A Dlzma_encoder_optimum_normal.c154 ((pos_slot >> 1) - 1) - ALIGN_BITS);
193 coder->pos_align, ALIGN_BITS, i);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_common.h215 #define ALIGN_BITS 4 macro
216 #define ALIGN_TABLE_SIZE (1 << ALIGN_BITS)
H A Dlzma_encoder.c168 rc_direct(&coder->rc, pos_reduced >> ALIGN_BITS,
169 footer_bits - ALIGN_BITS);
172 ALIGN_BITS, pos_reduced & ALIGN_MASK);
515 bittree_reset(coder->pos_align, ALIGN_BITS);
H A Dlzma_decoder.c608 limit -= ALIGN_BITS;
618 rep0 <<= ALIGN_BITS; local
628 } while (++offset < ALIGN_BITS);
900 bittree_reset(coder->pos_align, ALIGN_BITS);
H A Dlzma_encoder_optimum_normal.c154 ((pos_slot >> 1) - 1) - ALIGN_BITS);
193 coder->pos_align, ALIGN_BITS, i);

Completed in 199 milliseconds