Searched refs:total_out (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk.c91 LOG_FITBLK("partcompress1 avail_in=%d total_in=%d avail_out=%d total_out=%d\n", (int)def->avail_in, (int)def->total_in, (int)def->avail_out, (int)def->total_out);
93 LOG_FITBLK("partcompress2 ret=%d avail_in=%d total_in=%d avail_out=%d total_out=%d\n", ret, (int)def->avail_in, (int)def->total_in, (int)def->avail_out, (int)def->total_out);
114 LOG_FITBLK("recompress1inflate avail_in=%d total_in=%d avail_out=%d total_out=%d\n", (int)inf->avail_in, (int)inf->total_in, (int)inf->avail_out, (int)inf->total_out);
116 LOG_FITBLK("recompress2inflate avail_in=%d total_in=%d avail_out=%d total_out=%d\n", (int)inf->avail_in, (int)inf->total_in, (int)inf->avail_out, (int)inf->total_out);
127 LOG_FITBLK("recompress1deflate avail_in=%d total_in=%d avail_out=%d total_out=%d\n", (int)def->avail_in, (int)def->total_in, (int)def->avail_out, (int)def->total_out);
[all...]
H A Dzwrapbench.c323 def.total_out = 0;
326 blockTable[blockNb].cSize = def.total_out;
354 def.total_out = 0;
359 blockTable[blockNb].cSize = def.total_out;
459 inf.total_out = 0;
467 blockTable[blockNb].resSize = inf.total_out;
491 inf.total_out = 0;
501 blockTable[blockNb].resSize = inf.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 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;
/freebsd-13-stable/sys/dev/random/
H A Dunit_test.c108 while (c_stream.total_in != len && c_stream.total_out < (len*2u + 512u)) {
111 printf("deflate progress: len = %zd total_in = %lu total_out = %lu\n", len, c_stream.total_in, c_stream.total_out);
119 printf("deflate final: len = %zd total_in = %lu total_out = %lu\n", len, c_stream.total_in, c_stream.total_out);
128 return ((size_t)c_stream.total_out);
/freebsd-13-stable/sys/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;
/freebsd-13-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp_zlib.c87 if (z.total_out != sizeof(text))
88 errx(1, "decomp len %lu", z.total_out);
H A Dh_comp_zlib_rnd.c91 if (z.total_out != sizeof(text))
92 errx(1, "decomp len %lu", z.total_out);
/freebsd-13-stable/stand/libsa/
H A Dgzipfs.c301 target = offset + zf->zf_zstream.total_out;
309 if (target < zf->zf_zstream.total_out && zf_rewind(f) != 0)
313 while (target > zf->zf_zstream.total_out) {
315 target - zf->zf_zstream.total_out), NULL);
323 return(zf->zf_zstream.total_out);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zlib.c126 *destLen = stream.total_out;
185 *destLen = stream.total_out;
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c87 *dstlen = zs.total_out;
115 *dstlen = zs.total_out;
/freebsd-13-stable/sys/opencrypto/
H A Dcryptodeflate.c151 zbuf.avail_in, zbuf.avail_out, zbuf.total_out);
156 zbuf.avail_in, zbuf.avail_out, zbuf.total_out);
184 zbuf.avail_in, zbuf.avail_out, zbuf.total_out);
189 result = count = zbuf.total_out;
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c275 strm->total_out = 0;
307 strm->total_out = 0;
358 LOG_WRAPPERC("- deflate1 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d\n",
359 (int)flush, (int)strm->avail_in, (int)strm->avail_out, (int)strm->total_in, (int)strm->total_out);
389 LOG_WRAPPERC("- deflate2 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d\n", (int)flush, (int)strm->avail_in, (int)strm->avail_out, (int)strm->total_in, (int)strm->total_out);
402 strm->total_out += zwc->outBuffer.pos;
427 strm->total_out += zwc->outBuffer.pos;
431 LOG_WRAPPERC("Z_STREAM_END2 strm->total_in=%d strm->avail_out=%d strm->total_out=%d\n",
432 (int)strm->total_in, (int)strm->avail_out, (int)strm->total_out);
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c176 *destLen = stream.total_out;
236 *destLen = stream.total_out;
/freebsd-13-stable/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h464 * strm->total_out to zero.
480 * Application may modify the values of total_in and total_out as it wants.
492 uint64_t total_out; /**< Total number of bytes written by liblzma. */ member in struct:__anon6581
587 * strm->total_in and strm->total_out. In multi-threaded mode this is less
589 * buffered internally by liblzma. This makes total_in and total_out give
596 * strm->total_in and strm->total_out, respectively.
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c109 uint64_t total_out; member in struct:la_zstream
643 zip->total_bytes_uncompressed += zip->stream.total_out;
732 data_size = zip->stream.total_out;
778 header_size = zip->stream.total_out;
815 header_size = zip->stream.total_out;
1657 lastrm->total_out += bytes;
1698 strm->total_out = (uLong)lastrm->total_out;
1731 strm->total_out = (uLong)lastrm->total_out;
[all...]
H A Darchive_write_add_filter_xz.c110 int64_t total_out; member in struct:private_data
451 data->total_out +=
459 archive_le64enc(data->compressed+12, data->total_out + 20);
493 data->total_out += data->compressed_buffer_size;
H A Darchive_read_support_filter_zstd.c62 int64_t total_out; member in struct:private_data
271 state->total_out += decompressed;
H A Darchive_write_set_format_xar.c151 uint64_t total_out; member in struct:la_zstream
1749 xar->stream.total_out = 0;
1769 xar->toc.length = xar->stream.total_out;
2663 strm->total_out = (uLong)lastrm->total_out;
2696 strm->total_out = (uLong)lastrm->total_out;
2704 lastrm->total_out = strm->total_out;
2761 strm->total_out_lo32 = (uint32_t)(lastrm->total_out
[all...]
H A Darchive_read_support_filter_lzop.c76 int64_t total_out; member in struct:read_lzop
433 state->total_out += state->compressed_size;
477 state->total_out += out_size;
H A Darchive_read_support_filter_gzip.c62 int64_t total_out; member in struct:private_data
497 state->total_out += decompressed;
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dcommon.c190 strm->total_out = 0;
298 strm->total_out += out_pos;
378 *progress_out = strm->total_out;
/freebsd-13-stable/usr.sbin/bhyve/
H A Drfb.c376 rc->zstream.total_out = 0;
382 rc->zstream.total_out;
393 zbufp = rc->zbuf + rc->zstream.total_out;
402 zlen = htonl(rc->zstream.total_out);
406 return (stream_write(cfd, rc->zbuf, rc->zstream.total_out));
467 rc->zstream.total_out = 0;
484 zlen = htonl(rc->zstream.total_out);
488 return (stream_write(cfd, rc->zbuf, rc->zstream.total_out));
/freebsd-13-stable/sys/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;

Completed in 201 milliseconds

12