Lines Matching refs:rep0
284 uint32_t rep0, rep1, rep2, rep3; member
331 uint32_t rep0, int len) in copy_bytes() argument
334 if (copy_byte(wr, rep0)) in copy_bytes()
355 int match_byte = peek_old_byte(wr, cst->rep0); in process_bit0()
400 cst->rep1 = cst->rep0; in process_bit1()
417 return copy_byte(wr, cst->rep0); in process_bit1()
442 cst->rep1 = cst->rep0; in process_bit1()
443 cst->rep0 = distance; in process_bit1()
495 cst->rep0 = 2 | (pos_slot & 1); in process_bit1()
497 cst->rep0 <<= num_bits; in process_bit1()
499 cst->rep0 - pos_slot - 1; in process_bit1()
503 cst->rep0 = (cst->rep0 << 1) | in process_bit1()
506 cst->rep0 <<= LZMA_NUM_ALIGN_BITS; in process_bit1()
513 cst->rep0 |= i; in process_bit1()
517 cst->rep0 = pos_slot; in process_bit1()
518 if (++(cst->rep0) == 0) in process_bit1()
520 if (cst->rep0 > wr->header->dict_size in process_bit1()
521 || cst->rep0 > get_pos(wr)) in process_bit1()
527 return copy_bytes(wr, cst->rep0, len); in process_bit1()
565 cst.rep0 = cst.rep1 = cst.rep2 = cst.rep3 = 1; in unlzma()
641 if (cst.rep0 == 0) in unlzma()