Searched refs:j (Results 1 – 2 of 2) sorted by relevance
49 uint32_t i, j; in xTraceEntryTableInitialize() local66 for (j = 0u; j < TRC_ENTRY_TABLE_STATE_COUNT; j++) in xTraceEntryTableInitialize()68 pxEntryTable->axEntries[i].xStates[j] = (TraceUnsignedBaseType_t)0; in xTraceEntryTableInitialize()
910 uint16_t j, usChunkCount; in prvDfmProcessAlert() local955 for (j = 0; j < usChunkCount; j++) in prvDfmProcessAlert()963 …if (xDfmEntryCreatePayloadChunk((DfmAlertHandle_t)pxAlert, (uint16_t)(i + 1UL), j + (uint16_t)1, u… in prvDfmProcessAlert()