Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/lib/zlib/
Dtf_gunzip.c94 VERBOSE("zlib: %lu byte input\n", stream.total_in); in gunzip()
Dinflate.c126 strm->total_in = strm->total_out = state->total = 0;
1290 strm->total_in += in;
1460 strm->total_in += len;
1469 in = strm->total_in; out = strm->total_out;
1471 strm->total_in = in; strm->total_out = out;
Dzlib.h89 uLong total_in; /* total number of input bytes read so far */ member