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

/libcore/luni/src/main/java/java/util/
H A DHashMap.java297 // Doug Lea's supplemental secondaryHash function (inlined)
326 // Doug Lea's supplemental secondaryHash function (inlined)
390 int hash = secondaryHash(key.hashCode());
453 int hash = secondaryHash(key.hashCode());
621 int hash = secondaryHash(key.hashCode());
841 int hash = secondaryHash(key.hashCode());
869 int hash = secondaryHash(key.hashCode());
971 private static int secondaryHash(int h) { method in class:HashMap
H A DHashtable.java262 // Doug Lea's supplemental secondaryHash function (inlined)
290 // Doug Lea's supplemental secondaryHash function (inlined)
369 int hash = secondaryHash(key.hashCode());
405 int hash = secondaryHash(key.hashCode());
558 int hash = secondaryHash(key.hashCode());
802 int hash = secondaryHash(key.hashCode());
818 int hash = secondaryHash(key.hashCode());
1071 private static int secondaryHash(int h) { method in class:Hashtable

Completed in 54 milliseconds