Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c328 uint32_t rep0 = coder->rep0; in lzma_decode() local
550 rep1 = rep0; in lzma_decode()
581 rep0 = symbol; in lzma_decode()
593 rep0 <<= limit; in lzma_decode()
621 rep0 += 1U, in lzma_decode()
793 rep1 = rep0; in lzma_decode()
794 rep0 = distance; in lzma_decode()
806 rep1 = rep0; in lzma_decode()
816 rep1 = rep0; in lzma_decode()
856 coder->rep0 = rep0; in lzma_decode()
[all …]
/freebsd-14.2/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c134 uint32_t rep0; member
688 s->lzma.rep1 = s->lzma.rep0; in lzma_match()
696 s->lzma.rep0 = dist_slot; in lzma_match()
699 s->lzma.rep0 = 2 + (dist_slot & 1); in lzma_match()
702 s->lzma.rep0 <<= limit; in lzma_match()
706 &s->lzma.rep0, limit); in lzma_match()
709 s->lzma.rep0 <<= ALIGN_BITS; in lzma_match()
711 &s->lzma.rep0, ALIGN_BITS); in lzma_match()
745 s->lzma.rep1 = s->lzma.rep0; in lzma_rep_match()
746 s->lzma.rep0 = tmp; in lzma_rep_match()
[all …]