Searched refs:ContextSlotCount (Results 1 – 2 of 2) sorted by relevance
36 static size_t const ContextSlotCount = BCC_CONTEXT_SLOT_COUNT_; variable52 bool mContextSlotOccupied[ContextSlotCount];
43 for (size_t i = 0; i < ContextSlotCount; ++i) { in ContextManager()54 for (size_t i = 0; i < ContextSlotCount; ++i) { in allocateContext()187 if (slot < ContextSlotCount) { in getSlotIndexFromAddress()