Home
last modified time | relevance | path

Searched refs:total_out (Results 1 – 21 of 21) sorted by relevance

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dfitblk.c91 …total_out=%d\n", (int)def->avail_in, (int)def->total_in, (int)def->avail_out, (int)def->total_out); in partcompress()
93 …_out=%d\n", ret, (int)def->avail_in, (int)def->total_in, (int)def->avail_out, (int)def->total_out); in partcompress()
114 …total_out=%d\n", (int)inf->avail_in, (int)inf->total_in, (int)inf->avail_out, (int)inf->total_out); in recompress()
116 …total_out=%d\n", (int)inf->avail_in, (int)inf->total_in, (int)inf->avail_out, (int)inf->total_out); in recompress()
127 …total_out=%d\n", (int)def->avail_in, (int)def->total_in, (int)def->avail_out, (int)def->total_out); in recompress()
173 LOG_FITBLK("partcompress1 total_in=%d total_out=%d\n", (int)def.total_in, (int)def.total_out); in main()
175 printf("partcompress total_in=%d total_out=%d\n", (int)def.total_in, (int)def.total_out); in main()
214 …OG_FITBLK("recompress1 inf.total_in=%d def.total_out=%d\n", (int)inf.total_in, (int)def.total_out); in main()
216 …OG_FITBLK("recompress1 inf.total_in=%d def.total_out=%d\n", (int)inf.total_in, (int)def.total_out); in main()
231 …OG_FITBLK("recompress2 inf.total_in=%d def.total_out=%d\n", (int)inf.total_in, (int)def.total_out); in main()
[all …]
H A Dexample_original.c235 while (c_stream.total_in != len && c_stream.total_out < comprLen) {
275 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
381 if (d_stream.total_out != 2*uncomprLen + comprLen/2) {
382 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
424 *comprLen = c_stream.total_out;
H A Dexample.c243 while (c_stream.total_in != len && c_stream.total_out < comprLen) {
283 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
389 if (d_stream.total_out != 2*uncomprLen + comprLen/2) {
390 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
432 *comprLen = c_stream.total_out;
H A Dzwrapbench.c323 def.total_out = 0; in BMK_benchMem()
326 blockTable[blockNb].cSize = def.total_out; in BMK_benchMem()
354 def.total_out = 0; in BMK_benchMem()
359 blockTable[blockNb].cSize = def.total_out; in BMK_benchMem()
459 inf.total_out = 0; in BMK_benchMem()
467 blockTable[blockNb].resSize = inf.total_out; in BMK_benchMem()
491 inf.total_out = 0; in BMK_benchMem()
501 blockTable[blockNb].resSize = inf.total_out; in BMK_benchMem()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c275 strm->total_out = 0; in z_deflateInit_()
307 strm->total_out = 0; in ZWRAP_deflateReset_keepDict()
402 strm->total_out += zwc->outBuffer.pos; in z_deflate()
427 strm->total_out += zwc->outBuffer.pos; in z_deflate()
432 (int)strm->total_in, (int)strm->avail_out, (int)strm->total_out); in z_deflate()
445 strm->total_out += zwc->outBuffer.pos; in z_deflate()
459 …WRAPPERC("- deflateEnd total_in=%d total_out=%d\n", (int)(strm->total_in), (int)(strm->total_out)); in z_deflateEnd()
602 strm->total_out = 0; in z_inflateInit_()
643 strm->total_out = 0; in ZWRAP_inflateReset_keepDict()
891 strm->total_out += zwd->outBuffer.pos; in z_inflate()
[all …]
/f-stack/freebsd/opencrypto/
H A Dcryptodeflate.c151 zbuf.avail_in, zbuf.avail_out, zbuf.total_out); in deflate_global()
156 zbuf.avail_in, zbuf.avail_out, zbuf.total_out); in deflate_global()
184 zbuf.avail_in, zbuf.avail_out, zbuf.total_out); in deflate_global()
189 result = count = zbuf.total_out; in deflate_global()
/f-stack/freebsd/contrib/zlib/
H A Duncompr.c75 *destLen = stream.total_out;
76 else if (stream.total_out && err == Z_BUF_ERROR)
H A Dcompress.c61 *destLen = stream.total_out;
H A Dinflate.c126 strm->total_in = strm->total_out = state->total = 0;
1201 strm->total_out += out;
1264 strm->total_out += out;
1436 in = strm->total_in; out = strm->total_out;
1438 strm->total_in = in; strm->total_out = out;
H A Ddeflate.c479 strm->total_in = strm->total_out = 0;
747 strm->total_out += len;
1719 s->strm->total_out += left;
1731 s->strm->total_out += len;
H A Dzlib.h93 uLong total_out; /* total number of bytes output so far */ member
H A DChangeLog275 - Spell out "number" (instead of "nb") in zlib.h for total_in, total_out
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-zlib.c126 *destLen = stream.total_out; in z_compress_level()
185 *destLen = stream.total_out; in z_uncompress()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c176 *destLen = stream.total_out; in z_compress_level()
236 *destLen = stream.total_out; in z_uncompress()
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c218 while (c_stream.total_in != len && c_stream.total_out < comprLen) {
258 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
364 if (d_stream.total_out != 2*uncomprLen + comprLen/2) {
365 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
407 *comprLen = c_stream.total_out;
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c379 consumed_data, qp->state->total_out); in chained_mbuf_decompression()
514 op->produced = qp->stream->total_out; in process_isal_deflate()
516 op->produced = qp->stream->total_out - CHKSUM_SZ_ADLER; in process_isal_deflate()
519 op->produced = qp->stream->total_out - CHKSUM_SZ_CRC; in process_isal_deflate()
602 op->produced = qp->state->total_out; in process_isal_inflate()
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c98 op->produced += strm->total_out; in process_zlib_deflate()
184 op->produced += strm->total_out; in process_zlib_inflate()
/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.c255 return p_hwfn->stream->total_out / 4; in qede_unzip_data()
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c527 uint32_t remaining_data = stream.total_out; in compress_zlib()
551 op->produced = stream.total_out - (ZLIB_HEADER_SIZE + in compress_zlib()
556 op->produced = stream.total_out - (GZIP_HEADER_SIZE + in compress_zlib()
559 op->produced = stream.total_out; in compress_zlib()
651 uint32_t remaining_data = stream.total_out; in decompress_zlib()
672 op->produced = stream.total_out; in decompress_zlib()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c941 ctx->zout = 10 + ctx->zstream.total_out + 8; in ngx_http_gzip_filter_deflate_end()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c11706 sc->gz_outlen = zlib_stream.total_out;