Searched defs:bit (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DHashMap.java328 * quality of bit-spreading. Because many common sets of hashes
1893 * necessary simplifies testing a bit.
2130 * @param bit the bit of hash to split on
2132 final void split(HashMap<K,V> map, Node<K,V>[] tab, int index, int bit) { argument
2141 if ((e.hash & bit) == 0) {
2170 tab[index + bit] = hiHead.untreeify(map);
2172 tab[index + bit] = hiHead;

Completed in 65 milliseconds