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

/freebsd-current/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c23 * lzma_main() does an extra normalization before returning, thus we
754 static bool lzma_main(struct xz_dec_lzma2 *s) function
910 if (!lzma_main(s) || s->rc.in_pos > s->temp.size + tmp)
936 if (!lzma_main(s))

Completed in 391 milliseconds