Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/cramfs/
H A Duncompress.c47 return stream.total_out; in cramfs_uncompress_block()
/rk3399_rockchip-uboot/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;
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h426 uLong total_out; /* total nb of bytes output so far */ member