Lines Matching refs:TRC_ENTRY_TABLE_SLOTS
18 …>axEntries[0]) && ((void*)(xEntryHandle) < (void*)&pxEntryTable->axEntries[TRC_ENTRY_TABLE_SLOTS]))
55 TRC_ASSERT((TRC_ENTRY_TABLE_SLOTS) != 0); in xTraceEntryTableInitialize()
59 pxEntryTable->uxSlots = (TraceUnsignedBaseType_t)(TRC_ENTRY_TABLE_SLOTS); in xTraceEntryTableInitialize()
63 for (i = 0u; i < (uint32_t)(TRC_ENTRY_TABLE_SLOTS); i++) in xTraceEntryTableInitialize()
142 TRC_ASSERT((uint32_t)xIndex < (uint32_t)(TRC_ENTRY_TABLE_SLOTS)); in xTraceEntryDelete()
180 for (i = 0u; i < (uint32_t)(TRC_ENTRY_TABLE_SLOTS); i++) in xTraceEntryFind()
238 *puiCount = (uint32_t)(TRC_ENTRY_TABLE_SLOTS) - GET_FREE_INDEX_COUNT(); in xTraceEntryGetCount()
249 TRC_ASSERT(index < (uint32_t)(TRC_ENTRY_TABLE_SLOTS)); in xTraceEntryGetAtIndex()
397 for (i = 0u; i < (uint32_t)(TRC_ENTRY_TABLE_SLOTS); i++) in prvEntryIndexInitialize()
402 pxIndexTable->uiFreeIndexCount = TRC_ENTRY_TABLE_SLOTS; in prvEntryIndexInitialize()
424 #if (TRC_ENTRY_TABLE_SLOTS > 256) in prvEntryIndexTake()