Lines Matching refs:i

44 	uint32_t i;  in xTracePrint()  local
57 …for (i = 0u; (szString[i] != (char)0) && (i < 128u); i++) {} /*cstat !MISRAC2004-6.3 !MISRAC2012-D… in xTracePrint()
59 uiLength = i + 1u; /* Null termination */ in xTracePrint()
94 uint32_t i; in xTracePrintCompactF() local
112 …for (i = 0u; (szFormat[i] != (char)0) && (i < 128u); i++) /*cstat !MISRAC2004-6.3 !MISRAC2012-Dir-… in xTracePrintCompactF()
114 …if (szFormat[i] == '%') /*cstat !MISRAC2004-17.4_b We need to access a specific character in the s… in xTracePrintCompactF()
116 …if (szFormat[i + 1u] == (char)0) /*cstat !MISRAC2004-6.3 !MISRAC2012-Dir-4.6_a Suppress basic char… in xTracePrintCompactF()
122 …if (szFormat[i + 1u] != '%') /*cstat !MISRAC2004-17.4_b We need to access a specific character in … in xTracePrintCompactF()
128 i++; /*cstat !MISRAC2004-13.6 Suppress i increment inside for loop check*/ in xTracePrintCompactF()
191 uint32_t i; in xTraceVPrintF() local
207 …for (i = 0u; (szFormat[i] != (char)0) && (i < 128u); i++) /*cstat !MISRAC2004-6.3 !MISRAC2012-Dir-… in xTraceVPrintF()
209 …if (szFormat[i] == '%') /*cstat !MISRAC2004-17.4_b We need to access a specific character in the s… in xTraceVPrintF()
211 …if (szFormat[i + 1u] == (char)0) /*cstat !MISRAC2004-6.3 !MISRAC2012-Dir-4.6_a Suppress basic char… in xTraceVPrintF()
217 …if (szFormat[i + 1u] != '%') /*cstat !MISRAC2004-17.4_b We need to access a specific character in … in xTraceVPrintF()
223 i++; /*cstat !MISRAC2004-13.6 Suppress i increment inside for loop check*/ in xTraceVPrintF()
227 uiLength = i + 1u; /* Null termination */ in xTraceVPrintF()
236 uint32_t i, uiRemaining = 0u; in prvTraceVPrintF() local
265 for (i = 0u; i < uiArgs; i++) in prvTraceVPrintF()