Searched refs:nod (Results 1 – 3 of 3) sorted by relevance
978 long nod = toNanoOfDay(); in truncatedTo() local979 return ofNanoOfDay((nod / dur) * dur); in truncatedTo()1597 long nod = toNanoOfDay(); in hashCode() local1598 return (int) (nod ^ (nod >>> 32)); in hashCode()
754 long nod = (seconds % LocalTime.SECONDS_PER_DAY) * LocalTime.NANOS_PER_SECOND + nanos; in truncatedTo() local755 long result = (nod / dur) * dur; in truncatedTo()756 return plusNanos(result - nod); in truncatedTo()
1358 long nod = (seconds % LocalTime.SECONDS_PER_DAY) * LocalTime.NANOS_PER_SECOND + nanos; in truncatedTo() local1359 long result = (nod / dur) * dur; in truncatedTo()1360 return plusNanos(result - nod); in truncatedTo()