Searched refs:computedCount (Results 1 – 4 of 4) sorted by relevance
122 uint32_t computedCount = in one_d_pe() local128 computedCount = in one_d_pe()135 bool isAccurate = (estimatedCount >= computedCount) && in one_d_pe()136 (estimatedCount <= 2 * computedCount); in one_d_pe()142 path[2].fX, path[2].fY, computedCount, estimatedCount); in one_d_pe()
137 final AtomicInteger computedCount = new AtomicInteger(); in testRemovalNotification_clear_basher() local145 computedCount.incrementAndGet(); in testRemovalNotification_clear_basher()154 while (computedCount.get() < nThreads) { in testRemovalNotification_clear_basher()
475 final AtomicInteger computedCount = new AtomicInteger(); in testRemovalNotification_clear_basher() local483 computedCount.incrementAndGet(); in testRemovalNotification_clear_basher()492 while (computedCount.get() < nThreads) { in testRemovalNotification_clear_basher()
676 int computedCount = 0; in validate() local681 computedCount += 1; in validate()686 SkASSERT(fCacheCount == computedCount); in validate()