Home
last modified time | relevance | path

Searched defs:count (Results 1 – 12 of 12) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTTaskBucket.h38 size_t count; member
H A DMTStaticVector.h37 uint32 count; variable
74 : count(_count) in count() function
H A DMTArrayView.h36 size_t count; variable
H A DMTTaskQueue.h101 size_t count = ((end & MASK) - (begin & MASK)) & MASK; in Size() local
237 bool Add(const T* itemArray, size_t count) in Add()
/TaskScheduler/ThirdParty/Squish/
H A Drangefit.cpp47 int const count = m_colours->GetCount(); in RangeFit() local
100 int const count = m_colours->GetCount(); in Compress3() local
152 int const count = m_colours->GetCount(); in Compress4() local
H A Dclusterfit.cpp51 int const count = m_colours->GetCount(); in ClusterFit() local
64 int const count = m_colours->GetCount(); in ConstructOrdering() local
122 int const count = m_colours->GetCount(); in Compress3() local
251 int const count = m_colours->GetCount(); in Compress4() local
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DCheckMacros.h98 #define CHECK_ARRAY_EQUAL(expected, actual, count) \ argument
118 #define CHECK_ARRAY_CLOSE(expected, actual, count, tolerance) \ argument
H A DChecks.h60 int const count, TestDetails const& details) in CheckArrayEqual()
87 bool ArrayAreClose(Expected const& expected, Actual const& actual, int const count, Tolerance const… in ArrayAreClose()
97 int const count, Tolerance const& tolerance, TestDetails const& details) in CheckArrayClose()
/TaskScheduler/SchedulerTests/Tests/
H A DAtomicTests.cpp171 uint32 count = 0; in SUITE() local
/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h168 int32 count = top.Exchange(0); in ~PersistentScopeDescriptorStorage() local
375 int32 count; variable
/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestTestRunner.cpp43 int const count; member
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp652 size_t count = 0; in RunTasksImpl() local