Searched refs:computeCount (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheBuilderTest.java | 534 final AtomicInteger computeCount = new AtomicInteger(); in testRemovalNotification_get_basher() local 549 computeCount.incrementAndGet(); in testRemovalNotification_get_basher() 552 computeCount.incrementAndGet(); in testRemovalNotification_get_basher() 592 assertEquals(computeCount.get(), stats.loadSuccessCount()); in testRemovalNotification_get_basher() 595 assertEquals(computeCount.get(), cache.size() + removalListener.size()); in testRemovalNotification_get_basher()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 178 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
|