Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java562 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/android/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java571 final AtomicInteger computeCount = new AtomicInteger(); in testRemovalNotification_get_basher() local
588 computeCount.incrementAndGet(); in testRemovalNotification_get_basher()
591 computeCount.incrementAndGet(); in testRemovalNotification_get_basher()
636 assertEquals(computeCount.get(), stats.loadSuccessCount()); in testRemovalNotification_get_basher()
639 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-10.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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp205 CountValue *computeCount(MachineLoop *Loop, const MachineOperand *Start,
722 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
729 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount() function in HexagonHardwareLoops