Searched refs:ALIGN_BITS (Results 1 – 6 of 6) sorted by relevance
190 #define ALIGN_BITS 4 macro191 #define ALIGN_SIZE (1 << ALIGN_BITS)
676 rc_direct(&s->rc, &s->lzma.rep0, limit - ALIGN_BITS); in lzma_match()677 s->lzma.rep0 <<= ALIGN_BITS; in lzma_match()679 &s->lzma.rep0, ALIGN_BITS); in lzma_match()
29 static final int ALIGN_BITS = 4; field in LZMACoder30 static final int ALIGN_SIZE = 1 << ALIGN_BITS;
92 reps[0] |= rc.decodeDirectBits(limit - ALIGN_BITS) in decodeMatch()93 << ALIGN_BITS; in decodeMatch()
337 rc.encodeDirectBits(distReduced >>> ALIGN_BITS, in encodeMatch()338 footerBits - ALIGN_BITS); in encodeMatch()476 int count = (distSlot >>> 1) - 1 - ALIGN_BITS; in updateDistPrices()
1165 #define ALIGN_BITS 4 macro1166 #define ALIGN_SIZE (1 << ALIGN_BITS)1818 rc_direct(&s->rc, &s->lzma.rep0, limit - ALIGN_BITS); in lzma_match()1819 s->lzma.rep0 <<= ALIGN_BITS; in lzma_match()1821 &s->lzma.rep0, ALIGN_BITS); in lzma_match()