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

/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c188 /// If 0, distance of a repeated match is rep1.
229 uint32_t rep1; ///< Distance of second latest match member in struct:__anon6654
324 uint32_t rep1 = coder->rep1; local
508 rep2 = rep1;
509 rep1 = rep0;
693 // available as rep0, rep1, rep2 and rep3. We will
735 // The distance is rep1, rep2 or rep3. Once
737 // is stored to rep0 and rep1, rep2 and rep3
742 const uint32_t distance = rep1;
[all...]
/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c135 uint32_t rep1; member in struct:lzma_dec
171 * If 0, distance of a repeated match is rep1.
655 s->lzma.rep2 = s->lzma.rep1;
656 s->lzma.rep1 = s->lzma.rep0;
701 tmp = s->lzma.rep1;
710 s->lzma.rep2 = s->lzma.rep1;
713 s->lzma.rep1 = s->lzma.rep0;
774 s->lzma.rep1 = 0;

Completed in 105 milliseconds