Home
last modified time | relevance | path

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

/xnu-8792.61.2/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-8792.61.2/osfmk/kdp/output_stages/
H A Dout_zlib.c120 strm->total_in += len; in zlib_zinput()
/xnu-8792.61.2/libkern/libkern/
H A Dzlib.h112 uLong total_in;/* total nb of input bytes read so far */ member
/xnu-8792.61.2/osfmk/kern/
H A Dkern_cdata.c994 *totalin = (uint64_t) zs->total_in; in kcdata_get_compression_stats_zlib()
/xnu-8792.61.2/iokit/Kernel/
H A DIOPMrootDomain.cpp12096 strm->total_in += len; in swd_zinput()
12186 if (zs->total_in == numBytes) { in swd_compress()
12206 if (zs->total_in == numBytes) { in swd_compress()