Searched refs:total_out (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.101.4/libkern/zlib/ |
| H A D | uncompr.c | 85 *destLen = stream.total_out; in uncompress()
|
| H A D | compress.c | 82 *destLen = stream.total_out; in compress2()
|
| H A D | inflate.c | 138 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 D | deflate.c | 400 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 D | zlib.h | 116 uLong total_out;/* total nb of bytes output so far */ member
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | kern_cdata.c | 798 *totalout = (uint64_t) zs->total_out; in kcdata_get_compression_stats_zlib()
|
| /xnu-8020.101.4/tests/ |
| H A D | stackshot_tests.m | 2315 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 D | Tests.swift | 61 …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 D | OSKext.cpp | 3504 uncompressedSize = zstream.total_out; in extractMkext2FileData()
|