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