Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c966 uint16_t formatStrIndex = 0; in prvTraceUserEventFormat() local
970 while (formatStr[formatStrIndex] != '\0') in prvTraceUserEventFormat()
972 if (formatStr[formatStrIndex] == '%') in prvTraceUserEventFormat()
974 if (formatStr[formatStrIndex + 1] == '%') in prvTraceUserEventFormat()
976 formatStrIndex += 2; in prvTraceUserEventFormat()
983 formatStrIndex++; in prvTraceUserEventFormat()
985 …le ((formatStr[formatStrIndex] >= '0' && formatStr[formatStrIndex] <= '9') || formatStr[formatStrI… in prvTraceUserEventFormat()
986 formatStrIndex++; in prvTraceUserEventFormat()
989 if (formatStr[formatStrIndex] != '\0') in prvTraceUserEventFormat()
991 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat()
[all …]