Searched refs:rep3 (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Ddecompress_unlzma.c289 uint32_t rep0, rep1, rep2, rep3; member in struct:cstate
403 cst->rep3 = cst->rep2;
442 distance = cst->rep3;
443 cst->rep3 = cst->rep2;
570 cst.rep0 = cst.rep1 = cst.rep2 = cst.rep3 = 1;
/linux-master/lib/xz/
H A Dxz_dec_lzma2.c137 uint32_t rep3; member in struct:lzma_dec
161 /* If 1, it's a repeated match. The distance is one of rep0 .. rep3. */
176 /* If 0, distance of a repeated match is rep2. Otherwise it is rep3. */
686 s->lzma.rep3 = s->lzma.rep2;
738 tmp = s->lzma.rep3;
739 s->lzma.rep3 = s->lzma.rep2;
808 s->lzma.rep3 = 0;

Completed in 123 milliseconds