Home
last modified time | relevance | path

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

/optee_os/core/lib/zlib/
H A Dinffast.c86 beg = out - (start - strm->avail_out);
87 end = out + (strm->avail_out - 257);
303 strm->avail_out = (unsigned)(out < end ?
H A Dinflate.c481 left = strm->avail_out; \
492 strm->avail_out = left; \
1280 if (state->wsize || (out != strm->avail_out && state->mode < BAD &&
1282 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1287 out -= strm->avail_out;
H A Dzlib.h93 uInt avail_out; /* remaining free space at next_out */ member
/optee_os/core/kernel/
H A Dembedded_ts.c161 strm->avail_out = bb_len; in read_compressed()
193 strm->avail_out = MIN(len - total, bb_len); in read_compressed()
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c230 .avail_out = dst_size, in uncompress_image()