Home
last modified time | relevance | path

Searched refs:xz_buf (Results 1 – 11 of 11) sorted by relevance

/external/xz-embedded/linux/lib/xz/
Dxz_dec_stream.c168 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp()
229 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block()
299 static void index_update(struct xz_dec *s, const struct xz_buf *b) in index_update()
314 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index()
365 static enum xz_ret crc_validate(struct xz_dec *s, struct xz_buf *b, in crc_validate()
390 static bool check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip()
570 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b) in dec_main()
776 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run()
Dxz_private.h123 struct xz_buf *b);
150 struct xz_buf *b);
Dxz_dec_lzma2.c286 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset()
374 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed()
416 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()
449 static bool rc_read_init(struct rc_dec *rc, struct xz_buf *b) in rc_read_init()
846 static bool lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) in lzma2_lzma()
932 struct xz_buf *b) in xz_dec_lzma2_run()
Dxz_dec_test.c52 static struct xz_buf buffers = {
Dxz_dec_bcj.c399 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush()
419 struct xz_buf *b) in xz_dec_bcj_run()
/external/xz-embedded/linux/include/linux/
Dxz.h140 struct xz_buf { struct
218 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
/external/toybox/toys/pending/
Dxzcat.c90 struct xz_buf { struct
147 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
198 struct xz_buf b; in do_xzcat()
402 struct xz_buf *b);
487 struct xz_buf *b);
810 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush()
830 struct xz_buf *b) in xz_dec_bcj_run()
1521 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed()
1561 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()
1592 static int rc_read_init(struct rc_dec *rc, struct xz_buf *b) in rc_read_init()
[all …]
/external/xz-embedded/userspace/
Dbuftest.c22 struct xz_buf b; in main()
Dxzminidec.c27 struct xz_buf b; in main()
Dbytetest.c21 struct xz_buf b; in main()
/external/xz-embedded/linux/lib/
Ddecompress_unxz.c257 struct xz_buf b; in unxz()