Lines Matching refs:xz_dec_lzma2
253 struct xz_dec_lzma2 { struct
574 static uint16_t * XZ_FUNC lzma_literal_probs(struct xz_dec_lzma2 *s) in lzma_literal_probs()
583 static void XZ_FUNC lzma_literal(struct xz_dec_lzma2 *s) in lzma_literal()
621 static void XZ_FUNC lzma_len(struct xz_dec_lzma2 *s, struct lzma_len_dec *l, in lzma_len()
648 static void XZ_FUNC lzma_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_match()
690 static void XZ_FUNC lzma_rep_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_rep_match()
724 static bool XZ_FUNC lzma_main(struct xz_dec_lzma2 *s) in lzma_main()
769 static void XZ_FUNC lzma_reset(struct xz_dec_lzma2 *s) in lzma_reset()
801 static bool XZ_FUNC lzma_props(struct xz_dec_lzma2 *s, uint8_t props) in lzma_props()
848 static bool XZ_FUNC lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) in lzma2_lzma()
934 struct xz_dec_lzma2 *s, struct xz_buf *b) in xz_dec_lzma2_run()
1103 XZ_EXTERN struct xz_dec_lzma2 * XZ_FUNC xz_dec_lzma2_create( in xz_dec_lzma2_create()
1106 struct xz_dec_lzma2 *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_lzma2_create()
1128 struct xz_dec_lzma2 *s, uint8_t props) in xz_dec_lzma2_reset()
1165 XZ_EXTERN void XZ_FUNC xz_dec_lzma2_end(struct xz_dec_lzma2 *s) in xz_dec_lzma2_end()