Home
last modified time | relevance | path

Searched refs:rep0 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Ddecompress_unlzma.c289 uint32_t rep0, rep1, rep2, rep3; member
336 uint32_t rep0, int len) in copy_bytes()
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 << in process_bit1()
335 copy_bytes(struct writer *wr, uint32_t rep0, int len) copy_bytes() argument
[all...]
/kernel/linux/linux-6.6/lib/
H A Ddecompress_unlzma.c289 uint32_t rep0, rep1, rep2, rep3; member
336 uint32_t rep0, int len) in copy_bytes()
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 << in process_bit1()
335 copy_bytes(struct writer *wr, uint32_t rep0, int len) copy_bytes() argument
[all...]
/kernel/linux/linux-5.10/lib/xz/
H A Dxz_dec_lzma2.c134 uint32_t rep0; member
161 /* If 1, it's a repeated match. The distance is one of rep0 .. rep3. */
165 * If 0, distance of a repeated match is rep0.
613 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()
662 /* Decode a match. The distance will be stored in s->lzma.rep0. */
673 s->lzma.rep1 = s->lzma.rep0; in lzma_match()
681 s->lzma.rep0 = dist_slot; in lzma_match()
684 s->lzma.rep0 = 2 + (dist_slot & 1); in lzma_match()
687 s->lzma.rep0 <<= limit; in lzma_match()
688 probs = s->lzma.dist_special + s->lzma.rep0 in lzma_match()
[all...]
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_dec_lzma2.c134 uint32_t rep0; member
161 /* If 1, it's a repeated match. The distance is one of rep0 .. rep3. */
165 * If 0, distance of a repeated match is rep0.
628 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()
677 /* Decode a match. The distance will be stored in s->lzma.rep0. */
688 s->lzma.rep1 = s->lzma.rep0; in lzma_match()
696 s->lzma.rep0 = dist_slot; in lzma_match()
699 s->lzma.rep0 = 2 + (dist_slot & 1); in lzma_match()
702 s->lzma.rep0 <<= limit; in lzma_match()
703 probs = s->lzma.dist_special + s->lzma.rep0 in lzma_match()
[all...]

Completed in 5 milliseconds