Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dembedded_ts.c149 strm->avail_out = len; in read_compressed()
156 strm->avail_out = MIN(len, 1024U); in read_compressed()
157 tmpbuf = malloc(strm->avail_out); in read_compressed()
186 strm->avail_out = MIN(len - total, 1024U); in read_compressed()
/optee_os-3.20.0/core/lib/zlib/
A Dinffast.c86 beg = out - (start - strm->avail_out);
87 end = out + (strm->avail_out - 257);
303 strm->avail_out = (unsigned)(out < end ?
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;
A Dzlib.h93 uInt avail_out; /* remaining free space at next_out */ member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dssl_msg.c1784 ssl->transform_out->ctx_deflate.avail_out = out_buf_len - bytes_written; in ssl_compress_buf()
1794 ssl->transform_out->ctx_deflate.avail_out - bytes_written; in ssl_compress_buf()
1837 ssl->transform_in->ctx_inflate.avail_out = in_buf_len - header_bytes; in ssl_decompress_buf()
1847 ssl->transform_in->ctx_inflate.avail_out - header_bytes; in ssl_decompress_buf()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dstmm_sp.c214 .avail_out = dst_size, in uncompress_image()

Completed in 18 milliseconds