Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c153 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LzmaDec_DecodeReal() local
254 distance = rep1; in LzmaDec_DecodeReal()
271 rep2 = rep1; in LzmaDec_DecodeReal()
273 rep1 = rep0; in LzmaDec_DecodeReal()
381 rep2 = rep1; in LzmaDec_DecodeReal()
382 rep1 = rep0; in LzmaDec_DecodeReal()
439 p->reps[1] = rep1; in LzmaDec_DecodeReal()