Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dembedded_ts.c175 out = strm->total_out; in read_compressed()
177 out = strm->total_out - out; in read_compressed()
/optee_os-3.20.0/core/lib/zlib/
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;
A Dzlib.h94 uLong total_out; /* total number of bytes output so far */ member

Completed in 8 milliseconds