Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_ntptime.c618 long mtemp = 0; in hardupdate() local
644 mtemp = time_uptime - time_reftime; in hardupdate()
647 L_MPY(ftemp, mtemp); in hardupdate()
650 if (mtemp >= MINSEC && (time_status & STA_FLL || mtemp > in hardupdate()
653 L_LINT(ftemp, (time_monitor << 4) / mtemp); in hardupdate()
655 L_LINT(ftemp, -((int64_t)(-(time_monitor)) << 4) / mtemp); in hardupdate()