Home
last modified time | relevance | path

Searched refs:computeCount (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java563 final AtomicInteger computeCount = new AtomicInteger(); in testRemovalNotification_get_basher() local
579 computeCount.incrementAndGet(); in testRemovalNotification_get_basher()
582 computeCount.incrementAndGet(); in testRemovalNotification_get_basher()
627 assertEquals(computeCount.get(), stats.loadSuccessCount()); in testRemovalNotification_get_basher()
630 assertEquals(computeCount.get(), cache.size() + removalListener.size()); in testRemovalNotification_get_basher()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java650 final AtomicInteger computeCount = new AtomicInteger(); in testRemovalNotification_get_basher() local
666 computeCount.incrementAndGet(); in testRemovalNotification_get_basher()
669 computeCount.incrementAndGet(); in testRemovalNotification_get_basher()
714 assertEquals(computeCount.get(), stats.loadSuccessCount()); in testRemovalNotification_get_basher()
717 assertEquals(computeCount.get(), cache.size() + removalListener.size()); in testRemovalNotification_get_basher()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp178 CountValue *computeCount(MachineLoop *Loop, const MachineOperand *Start,
679 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
686 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount() function in HexagonHardwareLoops
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp205 CountValue *computeCount(MachineLoop *Loop, const MachineOperand *Start,
718 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
725 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount() function in HexagonHardwareLoops