Home
last modified time | relevance | path

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

/TraceRecorderSource-2.7.6/
DtrcSnapshotRecorder.c983 uint16_t formatStrIndex = 0; in prvTraceUserEventFormat() local
987 while (formatStr[formatStrIndex] != '\0') in prvTraceUserEventFormat()
989 if (formatStr[formatStrIndex] == '%') in prvTraceUserEventFormat()
991 if (formatStr[formatStrIndex + 1] == '%') in prvTraceUserEventFormat()
993 formatStrIndex += 2; in prvTraceUserEventFormat()
1000 formatStrIndex++; in prvTraceUserEventFormat()
1002 …le ((formatStr[formatStrIndex] >= '0' && formatStr[formatStrIndex] <= '9') || formatStr[formatStrI… in prvTraceUserEventFormat()
1003 formatStrIndex++; in prvTraceUserEventFormat()
1006 if (formatStr[formatStrIndex] != '\0') in prvTraceUserEventFormat()
1008 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat()
[all …]