Home
last modified time | relevance | path

Searched refs:total_in (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dfitblk.c91 …total_in=%d avail_out=%d total_out=%d\n", (int)def->avail_in, (int)def->total_in, (int)def->avail_… in partcompress()
114 …total_in=%d avail_out=%d total_out=%d\n", (int)inf->avail_in, (int)inf->total_in, (int)inf->avail_… in recompress()
116 …total_in=%d avail_out=%d total_out=%d\n", (int)inf->avail_in, (int)inf->total_in, (int)inf->avail_… in recompress()
127 …total_in=%d avail_out=%d total_out=%d\n", (int)def->avail_in, (int)def->total_in, (int)def->avail_… 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 …LOG_FITBLK("recompress1 inf.total_in=%d def.total_out=%d\n", (int)inf.total_in, (int)def.total_out… in main()
216 …LOG_FITBLK("recompress1 inf.total_in=%d def.total_out=%d\n", (int)inf.total_in, (int)def.total_out… in main()
231 …LOG_FITBLK("recompress2 inf.total_in=%d def.total_out=%d\n", (int)inf.total_in, (int)def.total_out… in main()
233 …LOG_FITBLK("recompress2 inf.total_in=%d def.total_out=%d\n", (int)inf.total_in, (int)def.total_out… in main()
[all …]
H A Dfitblk_original.c231 size - have, size, def.total_in); in main()
H A Dzwrapbench.c320 def.total_in = 0; in BMK_benchMem()
351 def.total_in = 0; in BMK_benchMem()
456 inf.total_in = 0; in BMK_benchMem()
488 inf.total_in = 0; in BMK_benchMem()
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) {
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) {
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c274 strm->total_in = 0; in z_deflateInit_()
306 strm->total_in = 0; in ZWRAP_deflateReset_keepDict()
404 strm->total_in += zwc->inBuffer.pos; in z_deflate()
432 (int)strm->total_in, (int)strm->avail_out, (int)strm->total_out); in z_deflate()
459 …LOG_WRAPPERC("- deflateEnd total_in=%d total_out=%d\n", (int)(strm->total_in), (int)(strm->total_o… in z_deflateEnd()
601 strm->total_in = 0; in z_inflateInit_()
642 strm->total_in = 0; in ZWRAP_inflateReset_keepDict()
762 strm->total_in += srcSize; in z_inflate()
838 strm->total_in += srcSize; in z_inflate()
893 strm->total_in += zwd->inBuffer.pos; in z_inflate()
[all …]
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c59 if ((op->src.length - strm->total_in) <= strm->avail_in) { in process_zlib_deflate()
60 strm->avail_in = (op->src.length - strm->total_in); in process_zlib_deflate()
95 op->consumed += strm->total_in; in process_zlib_deflate()
181 op->consumed += strm->total_in; in process_zlib_inflate()
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c275 remaining_data = op->src.length - qp->stream->total_in; in chained_mbuf_compression()
284 qp->stream->total_in != op->src.length) { in chained_mbuf_compression()
512 op->consumed = qp->stream->total_in; in process_isal_deflate()
/f-stack/freebsd/contrib/zlib/
H A Dinflate.c126 strm->total_in = strm->total_out = state->total = 0;
1263 strm->total_in += in;
1432 strm->total_in += len;
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;
1059 put_byte(s, (Byte)(strm->total_in & 0xff));
1060 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff));
1061 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff));
1062 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff));
1189 strm->total_in += len;
H A Dzlib.h89 uLong total_in; /* total number of input bytes read so far */ member
H A DFAQ247 strm.total_in and strm_total_out counters may be limited to 4 GB. These
H A DChangeLog275 - Spell out "number" (instead of "nb") in zlib.h for total_in, total_out
/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) {
/f-stack/freebsd/kern/
H A Dsubr_compressor.c206 s->gz_stream.total_in; in gz_write()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c940 ctx->zin = ctx->zstream.total_in; in ngx_http_gzip_filter_deflate_end()
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c547 op->consumed = stream.total_in; in compress_zlib()
671 op->consumed = stream.total_in; in decompress_zlib()