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

/freebsd-10.1-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c175 /// If 1, it's a repeated match. The distance is one of rep0 .. rep3.
186 /// If 0, distance of a repeated match is rep2. Otherwise it is rep3.
225 uint32_t rep3; ///< Distance of fourth latest match member in struct:lzma_coder_s
314 uint32_t rep3 = coder->rep3; local
495 rep3 = rep2;
681 // available as rep0, rep1, rep2 and rep3. We will
723 // The distance is rep1, rep2 or rep3. Once
725 // is stored to rep0 and rep1, rep2 and rep3
751 const uint32_t distance = rep3;
[all...]
/freebsd-10.1-release/sys/contrib/xz-embedded/linux/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. */
654 s->lzma.rep3 = s->lzma.rep2;
706 tmp = s->lzma.rep3;
707 s->lzma.rep3 = s->lzma.rep2;
776 s->lzma.rep3 = 0;

Completed in 79 milliseconds