Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/zlib/
H A Duncompr.c85 *destLen = stream.total_out; in uncompress()
H A Dcompress.c82 *destLen = stream.total_out; in compress2()
H A Dinflate.c138 strm->total_in = strm->total_out = state->total = 0; in inflateReset()
1124 strm->total_out += out; in inflate()
1188 strm->total_out += out; in inflate()
1338 in = strm->total_in; out = strm->total_out; in inflateSync()
1340 strm->total_in = in; strm->total_out = out; in inflateSync()
H A Ddeflate.c400 strm->total_in = strm->total_out = 0; in deflateReset()
573 strm->total_out += len; in flush_pending()
/xnu-8020.101.4/libkern/libkern/
H A Dzlib.h116 uLong total_out;/* total nb of bytes output so far */ member
/xnu-8020.101.4/osfmk/kern/
H A Dkern_cdata.c798 *totalout = (uint64_t) zs->total_out; in kcdata_get_compression_stats_zlib()
/xnu-8020.101.4/tests/
H A Dstackshot_tests.m2315 T_ASSERT_EQ((uint64_t)zs.total_out, totalin, "expected number of bytes inflated");
2323 inflatedBufferSize - zs.total_out,
2325 memcpy(inflatedBufferBase + zs.total_out,
/xnu-8020.101.4/libkdd/tests/
H A DTests.swift61 …am(next_in: nil, avail_in: 0, total_in: 0, next_out: nil, avail_out: 0, total_out: 0, msg: nil, st… in decompress()
/xnu-8020.101.4/libkern/c++/
H A DOSKext.cpp3504 uncompressedSize = zstream.total_out; in extractMkext2FileData()