Home
last modified time | relevance | path

Searched refs:expansion (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutils/isoc/
H A Dbget.doc119 implement automatic storage pool expansion, contraction, and optionally
123 expansion increment. All of these functions are optional (although it
143 additional space are required. This will be the standard pool expansion
150 a non-NULL release function is supplied, expansion blocks which become
206 expansion blocks when necessary, and release such blocks when they
219 request fails, which can trigger automatic pool expansion if the
240 expansion block size. Providing an <acquire> function will cause
263 Extended statistics: The expansion block size will be stored into the
265 expansion block releases are disabled. The number of currently active
268 respectively, the number of expansion block acquisitions and releases
/optee_os/core/arch/arm/dts/
H A Dstm32mp15xx-dhcor-avenger96.dtsi377 /* On Low speed expansion header */
387 /* On Low speed expansion header */
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_msg.c427 size_t remaining, expansion; in ssl_get_remaining_payload_in_datagram() local
463 expansion = (size_t) ret; in ssl_get_remaining_payload_in_datagram()
465 if (remaining <= expansion) { in ssl_get_remaining_payload_in_datagram()
469 remaining -= expansion; in ssl_get_remaining_payload_in_datagram()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3600 * Fix a miscalculation of the maximum record expansion in
6231 in a function to allow easy future expansion