Home
last modified time | relevance | path

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

/xnu-8792.61.2/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-8792.61.2/libkern/libkern/
H A Dzlib.h116 uLong total_out;/* total nb of bytes output so far */ member
/xnu-8792.61.2/osfmk/kern/
H A Dkern_cdata.c993 *totalout = (uint64_t) zs->total_out; in kcdata_get_compression_stats_zlib()
/xnu-8792.61.2/tests/
H A Dstackshot_tests.m2497 T_ASSERT_EQ((uint64_t)zs.total_out, totalin, "expected number of bytes inflated");
2505 inflatedBufferSize - zs.total_out,
2507 memcpy(inflatedBufferBase + zs.total_out,
/xnu-8792.61.2/libkern/c++/
H A DOSKext.cpp3725 uncompressedSize = zstream.total_out; in extractMkext2FileData()