Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dembedded_ts.c175 out = strm->total_out; in read_compressed()
177 out = strm->total_out - out; in read_compressed()
/optee_os/core/lib/zlib/
H A Dinflate.c127 strm->total_in = strm->total_out = state->total = 0;
1223 strm->total_out += out;
1289 strm->total_out += out;
1467 in = strm->total_in; out = strm->total_out;
1469 strm->total_in = in; strm->total_out = out;
H A Dzlib.h94 uLong total_out; /* total number of bytes output so far */ member