Home
last modified time | relevance | path

Searched refs:out_size (Results 1 – 5 of 5) sorted by relevance

/lib/xz/
Dxz_dec_bcj.c53 size_t out_size; member
403 copy_size = min_t(size_t, s->temp.filtered, b->out_size - b->out_pos); in bcj_flush()
449 if (s->temp.size < b->out_size - b->out_pos || s->temp.size == 0) { in xz_dec_bcj_run()
478 if (b->out_pos + s->temp.size < b->out_size) in xz_dec_bcj_run()
490 if (b->out_pos < b->out_size) { in xz_dec_bcj_run()
494 s->out_size = b->out_size; in xz_dec_bcj_run()
497 b->out_size = sizeof(s->temp.buf); in xz_dec_bcj_run()
504 b->out_size = s->out_size; in xz_dec_bcj_run()
Dxz_dec_test.c55 .out_size = sizeof(buffer_out)
120 while ((remaining > 0 || buffers.out_pos == buffers.out_size) in xz_dec_test_write()
Dxz_dec_lzma2.c290 dict->end = b->out_size - b->out_pos; in dict_reset()
380 && b->out_pos < b->out_size) { in dict_uncompressed()
382 b->out_size - b->out_pos); in dict_uncompressed()
1071 b->out_size - b->out_pos, in xz_dec_lzma2_run()
1086 } else if (b->out_pos == b->out_size in xz_dec_lzma2_run()
/lib/
Ddecompress_unxz.c279 b.out_size = (size_t)-1; in unxz()
281 b.out_size = XZ_IOBUF_SIZE; in unxz()
325 if (flush != NULL && (b.out_pos == b.out_size in unxz()
Dtest-string_helpers.c279 size_t out_size = 512; in test_string_escape() local
280 char *out_test = kmalloc(out_size, GFP_KERNEL); in test_string_escape()
281 char *out_real = kmalloc(out_size, GFP_KERNEL); in test_string_escape()
316 q_real = string_escape_mem(in, p, out_real, out_size, flags, esc); in test_string_escape()