Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcPrint.c98 TraceUnsignedBaseType_t uxArg1, uxArg2, uxArg3, uxArg4; in xTracePrintCompactF() local
139 uxArg1 = va_arg(xVariableList, TraceUnsignedBaseType_t); in xTracePrintCompactF()
140 …, (TraceUnsignedBaseType_t)szChannel, (TraceUnsignedBaseType_t)szFormat, uxArg1); /*cstat !MISRAC2… in xTracePrintCompactF()
143 uxArg1 = va_arg(xVariableList, TraceUnsignedBaseType_t); in xTracePrintCompactF()
145 …, (TraceUnsignedBaseType_t)szChannel, (TraceUnsignedBaseType_t)szFormat, uxArg1, uxArg2); /*cstat … in xTracePrintCompactF()
148 uxArg1 = va_arg(xVariableList, TraceUnsignedBaseType_t); in xTracePrintCompactF()
151 …, (TraceUnsignedBaseType_t)szChannel, (TraceUnsignedBaseType_t)szFormat, uxArg1, uxArg2, uxArg3); … in xTracePrintCompactF()
154 uxArg1 = va_arg(xVariableList, TraceUnsignedBaseType_t); in xTracePrintCompactF()
158 …, (TraceUnsignedBaseType_t)szChannel, (TraceUnsignedBaseType_t)szFormat, uxArg1, uxArg2, uxArg3, u… in xTracePrintCompactF()