/linux-4.1.27/crypto/ |
D | zlib.c | 150 pr_debug("avail_in %u, avail_out %u\n", req->avail_in, req->avail_out); in zlib_compress_update() 154 stream->avail_out = req->avail_out; in zlib_compress_update() 170 ret = req->avail_out - stream->avail_out; in zlib_compress_update() 172 stream->avail_in, stream->avail_out, in zlib_compress_update() 177 req->avail_out = stream->avail_out; in zlib_compress_update() 188 pr_debug("avail_in %u, avail_out %u\n", req->avail_in, req->avail_out); in zlib_compress_final() 192 stream->avail_out = req->avail_out; in zlib_compress_final() 200 ret = req->avail_out - stream->avail_out; in zlib_compress_final() 202 stream->avail_in, stream->avail_out, in zlib_compress_final() 207 req->avail_out = stream->avail_out; in zlib_compress_final() [all …]
|
D | deflate.c | 143 stream->avail_out = *dlen; in deflate_compress() 173 stream->avail_out = *dlen; in deflate_decompress() 181 if (ret == Z_OK && !stream->avail_in && stream->avail_out) { in deflate_decompress()
|
D | testmgr.c | 1298 req.avail_out = ctemplate[i].outlen / 2; in test_pcomp() 1322 req.avail_out += COMP_BUF_SIZE - ctemplate[i].outlen / 2; in test_pcomp() 1332 if (COMP_BUF_SIZE - req.avail_out != ctemplate[i].outlen) { in test_pcomp() 1335 COMP_BUF_SIZE - req.avail_out, in test_pcomp() 1379 req.avail_out = dtemplate[i].outlen / 2; in test_pcomp() 1403 req.avail_out += COMP_BUF_SIZE - dtemplate[i].outlen / 2; in test_pcomp() 1414 if (COMP_BUF_SIZE - req.avail_out != dtemplate[i].outlen) { in test_pcomp() 1417 algo, COMP_BUF_SIZE - req.avail_out, in test_pcomp()
|
/linux-4.1.27/fs/jffs2/ |
D | compr_zlib.c | 96 def_strm.avail_out = *dstlen - (def_strm.total_out + STREAM_END_SPACE); in jffs2_zlib_compress() 98 (*sourcelen-def_strm.total_in), def_strm.avail_out); in jffs2_zlib_compress() 100 def_strm.avail_in, def_strm.avail_out); in jffs2_zlib_compress() 103 def_strm.avail_in, def_strm.avail_out, in jffs2_zlib_compress() 112 def_strm.avail_out += STREAM_END_SPACE; in jffs2_zlib_compress() 155 inf_strm.avail_out = destlen; in jffs2_zlib_decompress()
|
/linux-4.1.27/tools/perf/util/ |
D | lzma.c | 54 strm.avail_out = sizeof(buf_out); in lzma_decompress_to_file() 72 if (strm.avail_out == 0 || ret == LZMA_STREAM_END) { in lzma_decompress_to_file() 73 ssize_t write_size = sizeof(buf_out) - strm.avail_out; in lzma_decompress_to_file() 81 strm.avail_out = sizeof(buf_out); in lzma_decompress_to_file()
|
D | zlib.c | 48 zs.avail_out = CHUNK_SIZE; in gzip_decompress_to_file() 62 len = CHUNK_SIZE - zs.avail_out; in gzip_decompress_to_file()
|
/linux-4.1.27/drivers/net/ppp/ |
D | ppp_deflate.c | 220 state->strm.avail_out = oavail = osize - olen; in z_compress() 236 if (state->strm.avail_out == 0) { in z_compress() 239 state->strm.avail_out = oavail = 1000000; in z_compress() 244 olen += oavail - state->strm.avail_out; in z_compress() 455 state->strm.avail_out = 1; in z_decompress() 470 if (state->strm.avail_out != 0) in z_decompress() 473 state->strm.avail_out = osize - PPP_HDRLEN; in z_decompress() 478 ++state->strm.avail_out; in z_decompress() 488 state->strm.avail_out = 1; in z_decompress() 505 olen = osize + overflow - state->strm.avail_out; in z_decompress()
|
/linux-4.1.27/fs/isofs/ |
D | compress.c | 55 .avail_out = 0, }; in zisofs_uncompress_block() 120 if (!stream.avail_out) { in zisofs_uncompress_block() 124 stream.avail_out = PAGE_CACHE_SIZE - poffset; in zisofs_uncompress_block() 128 stream.avail_out = PAGE_CACHE_SIZE; in zisofs_uncompress_block() 146 while (stream.avail_out && stream.avail_in) { in zisofs_uncompress_block() 165 stream.avail_out); in zisofs_uncompress_block() 172 if (!stream.avail_out) { in zisofs_uncompress_block()
|
/linux-4.1.27/fs/squashfs/ |
D | zlib_wrapper.c | 72 stream->avail_out = PAGE_CACHE_SIZE; in zlib_uncompress() 85 if (stream->avail_out == 0) { in zlib_uncompress() 88 stream->avail_out = PAGE_CACHE_SIZE; in zlib_uncompress()
|
/linux-4.1.27/fs/btrfs/ |
D | zlib.c | 120 workspace->strm.avail_out = PAGE_CACHE_SIZE; in zlib_compress_pages() 144 if (workspace->strm.avail_out == 0) { in zlib_compress_pages() 159 workspace->strm.avail_out = PAGE_CACHE_SIZE; in zlib_compress_pages() 237 workspace->strm.avail_out = PAGE_CACHE_SIZE; in zlib_decompress_biovec() 277 workspace->strm.avail_out = PAGE_CACHE_SIZE; in zlib_decompress_biovec() 328 workspace->strm.avail_out = PAGE_CACHE_SIZE; in zlib_decompress() 383 workspace->strm.avail_out = PAGE_CACHE_SIZE; in zlib_decompress()
|
/linux-4.1.27/lib/zlib_inflate/ |
D | infutil.c | 30 strm->avail_out = sz; in zlib_inflate_blob() 37 rc = sz - strm->avail_out; in zlib_inflate_blob()
|
D | inflate.c | 109 copy = out - strm->avail_out; in zlib_updatewindow() 169 left = strm->avail_out; \ 180 strm->avail_out = left; \ 717 if (state->wsize || (state->mode < CHECK && out != strm->avail_out)) in zlib_inflate() 721 out -= strm->avail_out; in zlib_inflate() 733 strm->avail_out != 0 && strm->avail_in == 0) in zlib_inflate() 761 uInt saved_ao = z->avail_out; in zlib_inflateIncomp() 767 z->avail_out = 0; in zlib_inflateIncomp() 773 z->avail_out = saved_ao; in zlib_inflateIncomp()
|
D | inffast.c | 121 beg = out - (start - strm->avail_out); in inflate_fast() 122 end = out + (strm->avail_out - 257); in inflate_fast() 342 strm->avail_out = (unsigned)(out < end ? in inflate_fast()
|
/linux-4.1.27/fs/logfs/ |
D | compr.c | 31 stream.avail_out = outlen; in logfs_compress() 65 stream.avail_out = outlen; in logfs_uncompress()
|
/linux-4.1.27/lib/zlib_deflate/ |
D | deflate.c | 310 if (len > strm->avail_out) len = strm->avail_out; in flush_pending() 319 strm->avail_out -= len; in flush_pending() 345 if (strm->avail_out == 0) return Z_BUF_ERROR; in zlib_deflate() 376 if (strm->avail_out == 0) { in zlib_deflate() 413 if (strm->avail_out == 0) { in zlib_deflate() 442 if (strm->avail_out == 0) { in zlib_deflate() 448 Assert(strm->avail_out > 0, "bug2"); in zlib_deflate() 841 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \ 1103 if (s->strm->avail_out == 0) return need_more; in deflate_slow()
|
/linux-4.1.27/lib/ |
D | decompress_inflate.c | 121 strm->avail_out = out_len; in __gunzip() 153 strm->avail_out = out_len; in __gunzip()
|
/linux-4.1.27/fs/cramfs/ |
D | uncompress.c | 38 stream.avail_out = dstlen; in cramfs_uncompress_block()
|
/linux-4.1.27/arch/xtensa/boot/lib/ |
D | zmem.c | 70 s.avail_out = dstlen; in gunzip()
|
/linux-4.1.27/include/linux/ |
D | zlib.h | 90 uLong avail_out; /* remaining free space at next_out */ member
|
/linux-4.1.27/include/crypto/ |
D | compress.h | 30 unsigned int avail_out; /* bytes available at next_out */ member
|
/linux-4.1.27/arch/powerpc/boot/ |
D | gunzip_util.c | 111 state->s.avail_out = dstlen; in gunzip_partial()
|
/linux-4.1.27/fs/pstore/ |
D | platform.c | 148 stream.avail_out = outlen; in pstore_compress() 181 stream.avail_out = outlen; in pstore_decompress()
|
/linux-4.1.27/fs/ |
D | binfmt_flat.c | 272 strm.avail_out = len; in decompress_exec()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | nvram_64.c | 347 stream.avail_out = outlen; in nvram_compress()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 6573 bp->strm->avail_out = FW_BUF_SIZE; in bnx2x_gunzip() 6584 bp->gunzip_outlen = (FW_BUF_SIZE - bp->strm->avail_out); in bnx2x_gunzip()
|