Home
last modified time | relevance | path

Searched refs:total_in (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.121.6/libkern/zlib/
H A Ddeflate.c400 strm->total_in = strm->total_out = 0; in deflateReset()
468 if (func != configuration_table[level].func && strm->total_in != 0) { in deflateParams()
867 put_byte(s, (Byte)(strm->total_in & 0xff)); in deflate()
868 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff)); in deflate()
869 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff)); in deflate()
870 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff)); in deflate()
1003 strm->total_in += len; in read_buf()
H A Dinflate.c138 strm->total_in = strm->total_out = state->total = 0; in inflateReset()
1187 strm->total_in += in; in inflate()
1334 strm->total_in += len; in inflateSync()
1338 in = strm->total_in; out = strm->total_out; in inflateSync()
1340 strm->total_in = in; strm->total_out = out; in inflateSync()
/xnu-11417.121.6/osfmk/kdp/output_stages/
H A Dout_zlib.c121 strm->total_in += len; in zlib_zinput()
/xnu-11417.121.6/libkern/libkern/
H A Dzlib.h112 uLong total_in;/* total nb of input bytes read so far */ member
/xnu-11417.121.6/osfmk/kern/
H A Dkern_cdata.c1003 *totalin = (uint64_t) zs->total_in; in kcdata_get_compression_stats_zlib()
/xnu-11417.121.6/iokit/Kernel/
H A DIOPMrootDomain.cpp12385 strm->total_in += len;
12475 if (zs->total_in == numBytes) {
12495 if (zs->total_in == numBytes) {