Home
last modified time | relevance | path

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

/linux-4.19.296/lib/xz/
Dxz_lzma2.h190 #define ALIGN_BITS 4 macro
191 #define ALIGN_SIZE (1 << ALIGN_BITS)
Dxz_dec_lzma2.c693 rc_direct(&s->rc, &s->lzma.rep0, limit - ALIGN_BITS); in lzma_match()
694 s->lzma.rep0 <<= ALIGN_BITS; in lzma_match()
696 &s->lzma.rep0, ALIGN_BITS); in lzma_match()