Searched refs:hilo (Results 1 – 1 of 1) sorted by relevance
395 long hilo = mostSigBits ^ leastSigBits; in hashCode() local396 return ((int)(hilo >> 32)) ^ (int) hilo; in hashCode()