Home
last modified time | relevance | path

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

/src/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c377 dict_get(&dict, rep0)); in lzma_decode()
571 dict_put(&dict, dict_get(&dict, rep0)); in lzma_decode()
717 len = (uint32_t)(dict_get(&dict, rep0)) << 1; in lzma_decode()
908 dict_get(&dict, in lzma_decode()
/src/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.h169 dict_get(const lzma_dict *const dict, const uint32_t distance) in dict_get() function
/src/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c324 static inline uint32_t dict_get(const struct dictionary *dict, uint32_t dist) in dict_get() function
606 uint32_t prev_byte = dict_get(&s->dict, 0); in lzma_literal_probs()
628 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()