Searched refs:spread (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java489 static final int spread(int h) { method in class:ConcurrentHashMap
746 int h = spread(key.hashCode());
822 int hash = spread(key.hashCode());
916 int hash = spread(key.hashCode());
1251 p = new Node<K,V>(spread(k.hashCode()), k, v, p);
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 31 milliseconds