Home
last modified time | relevance | path

Searched defs:index (Results 1 – 14 of 14) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DCompositeTestReporter.cpp27 for (int index = 0; index < m_reporterCount; ++index) in RemoveReporter() local
42 for (int index = 0; index < m_reporterCount; ++index) in ReportFailure() local
48 for (int index = 0; index < m_reporterCount; ++index) in ReportTestStart() local
54 for (int index = 0; index < m_reporterCount; ++index) in ReportTestFinish() local
63 for (int index = 0; index < m_reporterCount; ++index) in ReportSummary() local
/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h138 T* IndexToObject(int32 index) in IndexToObject()
149 int32 index = top.IncFetch() - 1; in AllocObject() local
233 int32 index = ( id - 1); in Get() local
259 T* IndexToObject(int32 index) in IndexToObject()
269 int32 index = top; in AllocObject() local
299 int32 index = (id - 1); in Get() local
312 int32 index = top; in Pop() local
385 T* IndexToObject(int32 index) in IndexToObject()
398 int32 index = count; in AllocObject() local
426 int32 index = (id - 1); in Get() local
[all …]
/TaskScheduler/ThirdParty/Squish/
H A Dalpha.cpp118 int index = 0; in FitCodes() local
159 int index = *src++; in WriteAlphaBlock() local
181 u8 index = indices[i]; in WriteAlphaBlock5() local
211 u8 index = indices[i]; in WriteAlphaBlock7() local
338 int index = ( value >> 3*j ) & 0x7; in DecompressAlphaDxt5() local
H A Dcolourset.cpp91 int index = m_remap[j]; in ColourSet() local
H A Dsinglecolourfit.cpp135 for( int index = 0; index < 2; ++index ) in ComputeEndPoints() local
/TaskScheduler/Scheduler/Include/
H A DMTTaskQueue.h163 size_t index = (end & MASK); in Add() local
181 size_t index = (begin & MASK); in TryPopOldest() local
199 size_t index = (end & MASK); in TryPopNewest() local
H A DMTStaticVector.h41 inline T* IndexToObject(int32 index) in IndexToObject()
H A DMTConcurrentRingBuffer.h69 size_t NextIndex(size_t index) in NextIndex()
H A DMTScheduler.inl76 size_t index = 0; local
H A DMTTaskPool.h244 Atomic32<int32> index; variable
/TaskScheduler/Scheduler/Source/
H A DMTThreadContext.cpp36 uint32 GetPrimeNumber(uint32 index) in GetPrimeNumber()
H A DMTScheduler.cpp349 uint32 index = victimIndex % workersCount; in TryStealTask() local
/TaskScheduler/SchedulerTests/Tests/
H A DDxtTests.cpp134 int index = posY * stride + (posX * 3); in SUITE() local
291 int index = posY * stride + (posX * 3); in SUITE() local
H A DPriorityTests.cpp177 uint32 index = 0; in SUITE() local