Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c323 uint32_t rep0 = coder->rep0; in lzma_decode() local
509 rep1 = rep0; in lzma_decode()
540 rep0 = symbol; in lzma_decode()
552 rep0 <<= limit; in lzma_decode()
580 rep0 += 1U, in lzma_decode()
743 rep1 = rep0; in lzma_decode()
744 rep0 = distance; in lzma_decode()
756 rep1 = rep0; in lzma_decode()
766 rep1 = rep0; in lzma_decode()
809 coder->rep0 = rep0; in lzma_decode()
[all …]
/freebsd-13.1/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c134 uint32_t rep0; member
656 s->lzma.rep1 = s->lzma.rep0; in lzma_match()
664 s->lzma.rep0 = dist_slot; in lzma_match()
667 s->lzma.rep0 = 2 + (dist_slot & 1); in lzma_match()
670 s->lzma.rep0 <<= limit; in lzma_match()
674 &s->lzma.rep0, limit); in lzma_match()
677 s->lzma.rep0 <<= ALIGN_BITS; in lzma_match()
679 &s->lzma.rep0, ALIGN_BITS); in lzma_match()
713 s->lzma.rep1 = s->lzma.rep0; in lzma_rep_match()
714 s->lzma.rep0 = tmp; in lzma_rep_match()
[all …]