Home
last modified time | relevance | path

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

/linux-3.4.99/lib/
Ddecompress_unlzma.c289 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()
[all …]
/linux-3.4.99/lib/xz/
Dxz_dec_lzma2.c134 uint32_t rep0; member
596 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()
656 s->lzma.rep1 = s->lzma.rep0; in lzma_match()
664 s->lzma.rep0 = dist_slot; in lzma_match()
667 s->lzma.rep0 = 2 + (dist_slot & 1); in lzma_match()
670 s->lzma.rep0 <<= limit; in lzma_match()
671 probs = s->lzma.dist_special + s->lzma.rep0 in lzma_match()
674 &s->lzma.rep0, limit); in lzma_match()
676 rc_direct(&s->rc, &s->lzma.rep0, limit - ALIGN_BITS); in lzma_match()
677 s->lzma.rep0 <<= ALIGN_BITS; in lzma_match()
[all …]