Searched refs:xz_buf (Results 1 – 11 of 11) sorted by relevance
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_stream.c | 168 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()
|
D | xz_private.h | 123 struct xz_buf *b); 150 struct xz_buf *b);
|
D | xz_dec_lzma2.c | 286 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()
|
D | xz_dec_test.c | 52 static struct xz_buf buffers = {
|
D | xz_dec_bcj.c | 399 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/ |
D | xz.h | 140 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/ |
D | xzcat.c | 90 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/ |
D | buftest.c | 22 struct xz_buf b; in main()
|
D | xzminidec.c | 27 struct xz_buf b; in main()
|
D | bytetest.c | 21 struct xz_buf b; in main()
|
/external/xz-embedded/linux/lib/ |
D | decompress_unxz.c | 257 struct xz_buf b; in unxz()
|