Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds