Searched refs:L_LINT (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_ntptime.c | 100 #define L_LINT(v, a) \ macro 418 L_LINT(time_freq, MAXFREQ); in ntp_adjtime() 420 L_LINT(time_freq, -MAXFREQ); in ntp_adjtime() 571 L_LINT(ftemp, tickrate * 1000); in ntp_update_second() 636 L_LINT(time_offset, time_monitor); in hardupdate() 645 L_LINT(ftemp, time_monitor); in hardupdate() 653 L_LINT(ftemp, (time_monitor << 4) / mtemp); in hardupdate() 655 L_LINT(ftemp, -((int64_t)(-(time_monitor)) << 4) / mtemp); in hardupdate() 664 L_LINT(time_freq, MAXFREQ); in hardupdate() 666 L_LINT(time_freq, -MAXFREQ); in hardupdate()
|