Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c363 strm->total_in = strm->total_out = 0;
435 strm->total_in != 0) {
873 put_byte(s, (Byte)(strm->total_in & 0xff));
874 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff));
875 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff));
876 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff));
1012 strm->total_in += len;
H A Dinflate.c14 strm->total_in = strm->total_out = state->total = 0; in inflateReset()
916 strm->total_in += in; in inflate()
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h423 uLong total_in; /* total nb of input bytes read so far */ member