Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/ftrace/
A Dftrace.c141 bool full = false; in ftrace_enter() local
155 full = (fbuf->curr_size + dump_size) > fbuf->max_size; in ftrace_enter()
156 if (full) in ftrace_enter()
157 full = !fbuf_make_room(fbuf, dump_size); in ftrace_enter()
159 if (!full) in ftrace_enter()
274 bool full = false; in ftrace_return() local
277 full = (fbuf->curr_size + dump_size) > fbuf->max_size; in ftrace_return()
278 if (full) in ftrace_return()
279 full = !fbuf_make_room(fbuf, dump_size); in ftrace_return()
281 if (!full) { in ftrace_return()
/optee_os/core/lib/libfdt/
A DREADME.license12 under the GNU GPL. The full text of the GPL can be found in the file
19 BSD license (aka the ISC license). The full terms of that license can
/optee_os/lib/libmbedtls/mbedtls/
A DREADME.md189 …f the above tests, plus some more, with various build options (such as ASan, full `config.h`, etc).
244 …icenses/Apache-2.0.html) license. See the [LICENSE](LICENSE) file for the full text of this licens…
A DChangeLog2108 * Certificate verification functions now set flags to -1 in case the full
2922 full and polarssl_free() is called (found by Mark Hasemeyer)
3114 * debug_set_log_mode() added to determine raw or full logging
3122 * Debug module only outputs full lines instead of parts
3134 ciphersuites, for full SSL frames of data.
4212 handling of 'full' certificate chains (found by Mathias
/optee_os/
A DCHANGELOG.md783 is detected, except full rollback. Fixes [#1188][issue1188].
1168 of an eMMC device. Check the [full documentation][rpmb_doc]

Completed in 12 milliseconds