Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/unxz/
Dxz_dec_lzma2.c320 static __always_inline uint32_t XZ_FUNC dict_get( in dict_get() function
576 uint32_t prev_byte = dict_get(&s->dict, 0); in lzma_literal_probs()
598 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()