| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | fitblk.c | 91 …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 D | fitblk_original.c | 231 size - have, size, def.total_in); in main()
|
| H A D | zwrapbench.c | 320 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 D | example_original.c | 235 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 D | example.c | 243 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 D | zstd_zlibwrapper.c | 274 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 D | zlib_pmd.c | 59 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 D | isal_compress_pmd.c | 275 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 D | inflate.c | 126 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 D | deflate.c | 479 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 D | zlib.h | 89 uLong total_in; /* total number of input bytes read so far */ member
|
| H A D | FAQ | 247 strm.total_in and strm_total_out counters may be limited to 4 GB. These
|
| H A D | ChangeLog | 275 - Spell out "number" (instead of "nb") in zlib.h for total_in, total_out
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 218 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 D | subr_compressor.c | 206 s->gz_stream.total_in; in gz_write()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gzip_filter_module.c | 940 ctx->zin = ctx->zstream.total_in; in ngx_http_gzip_filter_deflate_end()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_compressdev.c | 547 op->consumed = stream.total_in; in compress_zlib() 671 op->consumed = stream.total_in; in decompress_zlib()
|