Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dtimer.h81 uint32_t high_bits; member
H A Dtimer.c84 (uint32_t)(timer->high_bits + (low >> 32)), (uint32_t)low); in timer_advance()