Searched refs:popCnt (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | GrAllocatorTest.cpp | 24 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, 29 static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator() argument 41 check_allocator_helper(allocator, cnt, popCnt, reporter); in check_allocator() 48 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator_helper() argument 63 if (popCnt > 0) { in check_allocator_helper() 64 for (int i = 0; i < popCnt; ++i) { in check_allocator_helper() 67 check_allocator_helper(allocator, cnt - popCnt, 0, reporter); in check_allocator_helper()
|
/external/skqp/tests/ |
D | GrAllocatorTest.cpp | 24 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, 29 static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator() argument 41 check_allocator_helper(allocator, cnt, popCnt, reporter); in check_allocator() 48 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator_helper() argument 63 if (popCnt > 0) { in check_allocator_helper() 64 for (int i = 0; i < popCnt; ++i) { in check_allocator_helper() 67 check_allocator_helper(allocator, cnt - popCnt, 0, reporter); in check_allocator_helper()
|