Home
last modified time | relevance | path

Searched refs:hilo (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DUUID.java395 long hilo = mostSigBits ^ leastSigBits; in hashCode() local
396 return ((int)(hilo >> 32)) ^ (int) hilo; in hashCode()