Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dtime.h214 uint64_t hi64; in TIMECOUNT_TO_BINTIME() local
216 hi64 = count * (scale >> 32); in TIMECOUNT_TO_BINTIME()
217 bt->sec = hi64 >> 32; in TIMECOUNT_TO_BINTIME()
218 bt->frac = hi64 << 32; in TIMECOUNT_TO_BINTIME()