Searched refs:popCnt (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | SkTBlockListTest.cpp | 54 // Then pops popCnt items and checks again. 56 static void check_allocator_helper(SkTBlockList<C, N>* allocator, int cnt, int popCnt, in check_allocator_helper() argument 74 if (popCnt > 0) { in check_allocator_helper() 75 for (i = 0; i < popCnt; ++i) { in check_allocator_helper() 78 check_allocator_helper(allocator, cnt - popCnt, 0, reporter); in check_allocator_helper() 127 // Adds cnt items to the allocator, tests the cnts and iterators, pops popCnt items and checks 130 static void check_allocator(SkTBlockList<C, N>* allocator, int cnt, int popCnt, in check_allocator() argument 165 check_allocator_helper(allocator, cnt, popCnt, reporter); in check_allocator()
|
Completed in 1 milliseconds