Home
last modified time | relevance | path

Searched refs:rep0 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/lib/
Ddecompress_unlzma.c291 uint32_t rep0, rep1, rep2, rep3; member
338 uint32_t rep0, int len) in copy_bytes() argument
341 if (copy_byte(wr, rep0)) in copy_bytes()
362 int match_byte = peek_old_byte(wr, cst->rep0); in process_bit0()
407 cst->rep1 = cst->rep0; in process_bit1()
424 return copy_byte(wr, cst->rep0); in process_bit1()
449 cst->rep1 = cst->rep0; in process_bit1()
450 cst->rep0 = distance; in process_bit1()
502 cst->rep0 = 2 | (pos_slot & 1); in process_bit1()
504 cst->rep0 <<= num_bits; in process_bit1()
[all …]
/linux-6.12.1/lib/xz/
Dxz_dec_lzma2.c133 uint32_t rep0; member
627 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()
687 s->lzma.rep1 = s->lzma.rep0; in lzma_match()
695 s->lzma.rep0 = dist_slot; in lzma_match()
698 s->lzma.rep0 = 2 + (dist_slot & 1); in lzma_match()
701 s->lzma.rep0 <<= limit; in lzma_match()
702 probs = s->lzma.dist_special + s->lzma.rep0 in lzma_match()
705 &s->lzma.rep0, limit); in lzma_match()
707 rc_direct(&s->rc, &s->lzma.rep0, limit - ALIGN_BITS); in lzma_match()
708 s->lzma.rep0 <<= ALIGN_BITS; in lzma_match()
[all …]