Home
last modified time | relevance | path

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

/percepio-3.7.0/TraceRecorder/
DtrcPrint.c94 TraceUnsignedBaseType_t uxArg1, uxArg2, uxArg3, uxArg4; in xTracePrintCompactF() local
135 uxArg1 = va_arg(xVariableList, TraceUnsignedBaseType_t); in xTracePrintCompactF()
136 …, (TraceUnsignedBaseType_t)szChannel, (TraceUnsignedBaseType_t)szFormat, uxArg1); /*cstat !MISRAC2… in xTracePrintCompactF()
139 uxArg1 = va_arg(xVariableList, TraceUnsignedBaseType_t); in xTracePrintCompactF()
141 …, (TraceUnsignedBaseType_t)szChannel, (TraceUnsignedBaseType_t)szFormat, uxArg1, uxArg2); /*cstat … in xTracePrintCompactF()
144 uxArg1 = va_arg(xVariableList, TraceUnsignedBaseType_t); in xTracePrintCompactF()
147 …, (TraceUnsignedBaseType_t)szChannel, (TraceUnsignedBaseType_t)szFormat, uxArg1, uxArg2, uxArg3); … in xTracePrintCompactF()
150 uxArg1 = va_arg(xVariableList, TraceUnsignedBaseType_t); in xTracePrintCompactF()
154 …, (TraceUnsignedBaseType_t)szChannel, (TraceUnsignedBaseType_t)szFormat, uxArg1, uxArg2, uxArg3, u… in xTracePrintCompactF()