Searched refs:time_constant (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_ntptime.c | 179 static long time_constant; variable 391 time_constant = 0; in ntp_adjtime() 393 time_constant = MAXTC; in ntp_adjtime() 395 time_constant = ntv.constant; in ntp_adjtime() 442 __func__, modes, time_offset, time_freq, time_status, time_constant, time_adjtime); in ntp_adjtime() 467 user_ntv.constant = time_constant; in ntp_adjtime() 496 user_ntv.constant = (user32_long_t)time_constant; in ntp_adjtime() 548 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second() 589 time_freq, time_status, time_constant, time_adjtime, nano, frac, time_adj); in ntp_update_second() 647 L_RSHIFT(ftemp, (SHIFT_PLL + 2 + time_constant) << 1); [all …]
|