Home
last modified time | relevance | path

Searched refs:rep3 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/
H A Ddecompress_unlzma.c289 uint32_t rep0, rep1, rep2, rep3; member
403 cst->rep3 = cst->rep2; in process_bit1()
442 distance = cst->rep3; in process_bit1()
443 cst->rep3 = cst->rep2; in process_bit1()
570 cst.rep0 = cst.rep1 = cst.rep2 = cst.rep3 = 1; in unlzma()
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c139 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LzmaDec_DecodeReal() local
261 distance = rep3; in LzmaDec_DecodeReal()
262 rep3 = rep2; in LzmaDec_DecodeReal()
379 rep3 = rep2; in LzmaDec_DecodeReal()
448 p->reps[3] = rep3; in LzmaDec_DecodeReal()
/openbmc/linux/lib/xz/
H A Dxz_dec_lzma2.c137 uint32_t rep3; member
686 s->lzma.rep3 = s->lzma.rep2; in lzma_match()
738 tmp = s->lzma.rep3; in lzma_rep_match()
739 s->lzma.rep3 = s->lzma.rep2; in lzma_rep_match()
808 s->lzma.rep3 = 0; in lzma_reset()