Home
last modified time | relevance | path

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

/external/xz-embedded/linux/lib/xz/
Dxz_dec_lzma2.c374 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed() function
1096 dict_uncompressed(&s->dict, b, &s->lzma2.compressed); in xz_dec_lzma2_run()
/external/toybox/toys/pending/
Dxzcat.c1521 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed() function
2232 dict_uncompressed(&s->dict, b, &s->lzma2.compressed); in xz_dec_lzma2_run()