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

/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c192 /// If 0, distance of a repeated match is rep2. Otherwise it is rep3.
230 uint32_t rep2; ///< Distance of third latest match member in struct:__anon6654
325 uint32_t rep2 = coder->rep2; local
507 rep3 = rep2;
508 rep2 = rep1;
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
754 const uint32_t distance = rep2;
[all...]
/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c136 uint32_t rep2; member in struct:lzma_dec
176 /* If 0, distance of a repeated match is rep2. Otherwise it is rep3. */
654 s->lzma.rep3 = s->lzma.rep2;
655 s->lzma.rep2 = s->lzma.rep1;
704 tmp = s->lzma.rep2;
707 s->lzma.rep3 = s->lzma.rep2;
710 s->lzma.rep2 = s->lzma.rep1;
775 s->lzma.rep2 = 0;

Completed in 114 milliseconds