Searched refs:L_LINT (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/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() 637 L_LINT(time_offset, time_monitor); 646 L_LINT(ftemp, time_monitor); 654 L_LINT(ftemp, (time_monitor << 4) / mtemp); 656 L_LINT(ftemp, -((int64_t)(-(time_monitor)) << 4) / mtemp); 665 L_LINT(time_freq, MAXFREQ); 667 L_LINT(time_freq, -MAXFREQ);
|