Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_unlzma.c232 uint32_t rep0 = 1, rep1 = 1, rep2 = 1, rep3 = 1; in IF_DESKTOP() local
292 pos = buffer_pos - rep0; in IF_DESKTOP()
340 rep1 = rep0; in IF_DESKTOP()
355 pos = buffer_pos - rep0; in IF_DESKTOP()
386 rep1 = rep0; in IF_DESKTOP()
387 rep0 = distance; in IF_DESKTOP()
427 rep0 = pos_slot; in IF_DESKTOP()
430 rep0 = 2 | (pos_slot & 1); in IF_DESKTOP()
432 rep0 <<= num_bits2; in IF_DESKTOP()
433 prob3 = p + LZMA_SPEC_POS + rep0 - pos_slot - 1; in IF_DESKTOP()
[all …]
/busybox-1.35.0/archival/libarchive/unxz/
Dxz_dec_lzma2.c134 uint32_t rep0; member
598 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()
658 s->lzma.rep1 = s->lzma.rep0; in lzma_match()
666 s->lzma.rep0 = dist_slot; in lzma_match()
669 s->lzma.rep0 = 2 + (dist_slot & 1); in lzma_match()
672 s->lzma.rep0 <<= limit; in lzma_match()
673 probs = s->lzma.dist_special + s->lzma.rep0 in lzma_match()
676 &s->lzma.rep0, limit); in lzma_match()
678 rc_direct(&s->rc, &s->lzma.rep0, limit - ALIGN_BITS); in lzma_match()
679 s->lzma.rep0 <<= ALIGN_BITS; in lzma_match()
[all …]