Home
last modified time | relevance | path

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

/optee_os/core/kernel/
A Dembedded_ts.c148 strm->avail_out = len; in read_compressed()
155 strm->avail_out = MIN(len, 1024U); in read_compressed()
156 tmpbuf = malloc(strm->avail_out); in read_compressed()
185 strm->avail_out = MIN(len - total, 1024U); in read_compressed()
/optee_os/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.c480 left = strm->avail_out; \
491 strm->avail_out = left; \
1268 if (state->wsize || (out != strm->avail_out && state->mode < BAD &&
1270 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1275 out -= strm->avail_out;
A Dzlib.h93 uInt avail_out; /* remaining free space at next_out */ member
/optee_os/lib/libmbedtls/mbedtls/library/
A Dssl_msg.c1914 ssl->transform_out->ctx_deflate.avail_out = out_buf_len - bytes_written; in ssl_compress_buf()
1924 ssl->transform_out->ctx_deflate.avail_out - bytes_written; in ssl_compress_buf()
1966 ssl->transform_in->ctx_inflate.avail_out = in_buf_len - header_bytes; in ssl_decompress_buf()
1976 ssl->transform_in->ctx_inflate.avail_out - header_bytes; in ssl_decompress_buf()
/optee_os/core/arch/arm/kernel/
A Dstmm_sp.c203 .avail_out = dst_size, in uncompress_image()

Completed in 32 milliseconds