Searched refs:popCnt (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | GrAllocatorTest.cpp | 26 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, 31 static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator() argument 43 check_allocator_helper(allocator, cnt, popCnt, reporter); in check_allocator() 50 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator_helper() argument 65 if (popCnt > 0) { in check_allocator_helper() 66 for (int i = 0; i < popCnt; ++i) { in check_allocator_helper() 69 check_allocator_helper(allocator, cnt - popCnt, 0, reporter); in check_allocator_helper()
|