Home
last modified time | relevance | path

Searched defs:FMSG (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutils/ext/include/
A Dtrace.h73 #define FMSG(...) (void)0 macro
75 #define FMSG(...) trace_printf_helper(TRACE_FLOW, true, __VA_ARGS__) macro
/optee_os/out/arm/export-ta_arm32/include/
A Dtrace.h73 #define FMSG(...) (void)0 macro
75 #define FMSG(...) trace_printf_helper(TRACE_FLOW, true, __VA_ARGS__) macro
/optee_os/out/arm/export-ta_arm64/include/
A Dtrace.h73 #define FMSG(...) (void)0 macro
75 #define FMSG(...) trace_printf_helper(TRACE_FLOW, true, __VA_ARGS__) macro

Completed in 8 milliseconds