Searched defs:count (Results 1 – 12 of 12) sorted by relevance
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTTaskBucket.h | 38 size_t count; member
|
| H A D | MTStaticVector.h | 37 uint32 count; variable 74 : count(_count) in count() function
|
| H A D | MTArrayView.h | 36 size_t count; variable
|
| H A D | MTTaskQueue.h | 101 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 D | rangefit.cpp | 47 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 D | clusterfit.cpp | 51 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 D | CheckMacros.h | 98 #define CHECK_ARRAY_EQUAL(expected, actual, count) \ argument 118 #define CHECK_ARRAY_CLOSE(expected, actual, count, tolerance) \ argument
|
| H A D | Checks.h | 60 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 D | AtomicTests.cpp | 171 uint32 count = 0; in SUITE() local
|
| /TaskScheduler/Scheduler/Include/Scopes/ |
| H A D | MTScopes.h | 168 int32 count = top.Exchange(0); in ~PersistentScopeDescriptorStorage() local 375 int32 count; variable
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestTestRunner.cpp | 43 int const count; member
|
| /TaskScheduler/Scheduler/Source/ |
| H A D | MTScheduler.cpp | 652 size_t count = 0; in RunTasksImpl() local
|