Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/include/
DtrcRecorder.h77 #define vTraceConsoleChannelPrintF(fmt, ...) (void) argument
78 #define xTraceConsoleChannelPrintF(fmt, ...) (void) argument
615 traceResult xTracePrintF(TraceStringHandle_t chn, const char* fmt, ...);
617 #define xTracePrintF(chn, fmt, ...) ((void)(chn), (void)(fmt), TRC_SUCCESS) /* Comma operator is us… argument
1886 #define xTracePrintF(chn, fmt, ...) ((void)(chn), (void)(fmt), TRC_SUCCESS) /* Comma operator is us… argument
1903 #define vTraceConsoleChannelPrintF(fmt, ...) (void)(fmt) argument