Searched refs:new_high (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dtimer.h160 uint32_t new_high,
/darwin-on-arm/xnu/osfmk/arm/
H A Detimer.c67 void timer_update(timer_t timer, uint32_t new_high, uint32_t new_low) argument
70 *ptr = ((uint64_t) (new_high) << 32) | new_low;

Completed in 30 milliseconds