Searched defs:vl (Results 1 – 3 of 3) sorted by relevance
/TraceRecorderSource-2.7.6/ |
D | trcSnapshotRecorder.c | 981 static uint8_t prvTraceUserEventFormat(const char* formatStr, va_list vl, uint8_t* buffer, uint8_t … in prvTraceUserEventFormat() 1193 …TraceUBHelper1(traceUBChannel channel, traceString eventLabel, traceString formatLabel, va_list vl) in prvTraceUBHelper1() 1316 va_list vl; in vTraceUBData() local 1328 void vTraceUBData_Helper(traceUBChannel channelPair, va_list vl) in vTraceUBData_Helper() 1416 va_list vl; in vTracePrintF() local 1432 void vTraceVPrintF(traceString eventLabel, const char* formatStr, va_list vl) in vTraceVPrintF()
|
D | trcStreamingRecorder.c | 515 va_list vl; in vTraceConsoleChannelPrintF() local 576 va_list vl; in vTracePrintF() local 590 void vTraceVPrintF(traceString chn, const char* fmt, va_list vl) in vTraceVPrintF() 1551 va_list vl; in prvTraceStoreEvent() local 1592 va_list vl; in prvTraceStoreStringEvent() local 1612 va_list vl) in prvTraceStoreStringEventHelper()
|
/TraceRecorderSource-2.7.6/include/ |
D | trcRecorder.h | 220 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument 978 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument 1883 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument
|