Home
last modified time | relevance | path

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

/external/xz-embedded/linux/lib/xz/
Dxz_dec_lzma2.c416 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush() function
1076 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run()
/external/toybox/toys/pending/
Dxzcat.c1561 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush() function
2212 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run()