Lines Matching refs:rep0
289 uint32_t rep0, rep1, rep2, rep3;
336 uint32_t rep0, int len)
339 if (copy_byte(wr, rep0))
360 int match_byte = peek_old_byte(wr, cst->rep0);
405 cst->rep1 = cst->rep0;
422 return copy_byte(wr, cst->rep0);
447 cst->rep1 = cst->rep0;
448 cst->rep0 = distance;
500 cst->rep0 = 2 | (pos_slot & 1);
502 cst->rep0 <<= num_bits;
504 cst->rep0 - pos_slot - 1;
508 cst->rep0 = (cst->rep0 << 1) |
511 cst->rep0 <<= LZMA_NUM_ALIGN_BITS;
518 cst->rep0 |= i;
522 cst->rep0 = pos_slot;
523 if (++(cst->rep0) == 0)
525 if (cst->rep0 > wr->header->dict_size
526 || cst->rep0 > get_pos(wr))
532 return copy_bytes(wr, cst->rep0, len);
570 cst.rep0 = cst.rep1 = cst.rep2 = cst.rep3 = 1;
646 if (cst.rep0 == 0)