Home
last modified time | relevance | path

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

/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
256 distance = rep2; in LzmaDec_DecodeReal()
262 rep3 = rep2; in LzmaDec_DecodeReal()
264 rep2 = rep1; in LzmaDec_DecodeReal()
379 rep3 = rep2; in LzmaDec_DecodeReal()
380 rep2 = rep1; in LzmaDec_DecodeReal()
447 p->reps[2] = rep2; in LzmaDec_DecodeReal()