Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Ddecompress_unlzma.c289 uint32_t rep0, rep1, rep2, rep3; member
404 cst->rep2 = cst->rep1; in process_bit1()
405 cst->rep1 = cst->rep0; in process_bit1()
433 distance = cst->rep1; in process_bit1()
445 cst->rep2 = cst->rep1; in process_bit1()
447 cst->rep1 = cst->rep0; 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
247 distance = rep1; in LzmaDec_DecodeReal()
264 rep2 = rep1; in LzmaDec_DecodeReal()
266 rep1 = rep0; in LzmaDec_DecodeReal()
380 rep2 = rep1; in LzmaDec_DecodeReal()
381 rep1 = rep0; in LzmaDec_DecodeReal()
446 p->reps[1] = rep1; in LzmaDec_DecodeReal()
/openbmc/linux/lib/xz/
H A Dxz_dec_lzma2.c135 uint32_t rep1; member
687 s->lzma.rep2 = s->lzma.rep1; in lzma_match()
688 s->lzma.rep1 = s->lzma.rep0; in lzma_match()
733 tmp = s->lzma.rep1; in lzma_rep_match()
742 s->lzma.rep2 = s->lzma.rep1; in lzma_rep_match()
745 s->lzma.rep1 = s->lzma.rep0; in lzma_rep_match()
806 s->lzma.rep1 = 0; in lzma_reset()