Home | History | Annotate | Download | only in pending

Lines Matching defs:rep2

1298   uint32_t rep2;
1338 /* If 0, distance of a repeated match is rep2. Otherwise it is rep3. */
1802 s->lzma.rep3 = s->lzma.rep2;
1803 s->lzma.rep2 = s->lzma.rep1;
1852 tmp = s->lzma.rep2;
1855 s->lzma.rep3 = s->lzma.rep2;
1858 s->lzma.rep2 = s->lzma.rep1;
1923 s->lzma.rep2 = 0;