Searched refs:lzma_main (Results 1 - 2 of 2) sorted by relevance

/external/lzma/xz-embedded/
H A Dxz_dec_lzma2.c23 * lzma_main() does an extra normalization before returning, thus we
722 static bool lzma_main(struct xz_dec_lzma2 *s) function
877 if (!lzma_main(s) || s->rc.in_pos > s->temp.size + tmp)
903 if (!lzma_main(s))
/external/toybox/toys/pending/
H A Dxzcat.c1197 * lzma_main() does an extra normalization before returning, thus we
1870 static int lzma_main(struct xz_dec_lzma2 *s) function
2025 if (!lzma_main(s) || s->rc.in_pos > s->temp.size + tmp)
2051 if (!lzma_main(s))

Completed in 124 milliseconds