Home
last modified time | relevance | path

Searched refs:next_out (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/kernel/
H A Dembedded_ts.c162 strm->next_out = bb; in read_compressed()
192 strm->next_out = bb; in read_compressed()
/optee_os/core/lib/zlib/
H A Dinffast.c85 out = strm->next_out;
301 strm->next_out = out;
H A Dinflate.c480 put = strm->next_out; \
491 strm->next_out = put; \
647 if (inflateStateCheck(strm) || strm->next_out == Z_NULL ||
1282 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1293 UPDATE_CHECK(state->check, strm->next_out - out, out);
H A Dzlib.h92 Bytef *next_out; /* next output byte will go here */ member
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c229 .next_out = dst, in uncompress_image()