Searched refs:overflow (Results 1 – 3 of 3) sorted by relevance
53 bool_t overflow = !!(timer->tisr & TISR_OVF_FLAG); in getCurrentTime() local54 return (((uint64_t) high_bits + overflow) << 32llu) + timer->tcrr; in getCurrentTime()
46 bool_t overflow = !!(timer->tisr & TISR_OVF_FLAG); in getCurrentTime() local47 return ((((uint64_t) high_bits + overflow) << 32llu) + timer->tcrr); in getCurrentTime()
19 /* skip one page to avoid overflow */
Completed in 9 milliseconds