Searched refs:xz_dec_lzma2 (Results 1 – 5 of 5) sorted by relevance
/busybox-1.35.0/archival/libarchive/unxz/ |
D | xz_private.h | 112 XZ_EXTERN struct xz_dec_lzma2 * XZ_FUNC xz_dec_lzma2_create( 122 struct xz_dec_lzma2 *s, uint8_t props); 126 struct xz_dec_lzma2 *s, struct xz_buf *b); 129 XZ_EXTERN void XZ_FUNC xz_dec_lzma2_end(struct xz_dec_lzma2 *s); 153 struct xz_dec_lzma2 *lzma2, struct xz_buf *b);
|
D | xz_dec_lzma2.c | 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() [all …]
|
D | README | 59 xz_dec_lzma2.c compiled with GCC 3.3.6 is 15-25 % slower than when 69 linux/lib/xz/xz_dec_lzma2.c
|
D | xz_dec_bcj.c | 424 struct xz_dec_lzma2 *lzma2, struct xz_buf *b) in xz_dec_bcj_run()
|
D | xz_dec_stream.c | 131 struct xz_dec_lzma2 *lzma2;
|