Home
last modified time | relevance | path

Searched refs:total_out (Results 26 – 38 of 38) sorted by relevance

12

/openbmc/u-boot/lib/zlib/
H A Dinflate.c14 strm->total_in = strm->total_out = state->total = 0; in inflateReset()
855 strm->total_out += out; in inflate()
917 strm->total_out += out; in inflate()
H A Ddeflate.c363 strm->total_in = strm->total_out = 0;
573 strm->total_out += len;
/openbmc/qemu/block/
H A Dcloop.c245 if (ret != Z_STREAM_END || s->zstream.total_out != s->block_size) { in cloop_read_block()
H A Ddmg.c664 s->zstream.total_out != 512 * s->sectorcounts[chunk]) { in dmg_read_chunk()
/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c86 strm->total_out += (strm->avail_out - avail_out); in dfltcc_cmpr()
/openbmc/linux/lib/zlib_deflate/
H A Ddefutil.h436 strm->total_out += len; in flush_pending()
H A Ddeflate.c291 strm->total_in = strm->total_out = 0; in zlib_deflateReset()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h426 uLong total_out; /* total nb of bytes output so far */ member
/openbmc/qemu/migration/
H A Dram-compress.c345 return stream->total_out; in qemu_uncompress_data()
/openbmc/qemu/linux-user/
H A Dflatload.c219 strm.total_out = 0; in decompress_exec()
/openbmc/linux/fs/
H A Dbinfmt_flat.c263 strm.total_out = 0; in decompress_exec()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c328 if (0 && zstream->total_out > zstream->total_in) in compress_page()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1043 return p_hwfn->stream->total_out / 4; in qed_unzip_data()

12