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

/external/lzma/xz-embedded/
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);

Completed in 303 milliseconds