Searched refs:L_LINT (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | kern_ntptime.c | 102 #define L_LINT(v, a) ((v) = (int64_t)((uint64_t)(a) << 32)) macro 351 L_LINT(time_freq, MAXFREQ); in ntp_adjtime1() 353 L_LINT(time_freq, -MAXFREQ); in ntp_adjtime1() 552 L_LINT(ftemp, tickrate * 1000); in ntp_update_second() 640 L_LINT(time_offset, time_monitor); in hardupdate() 656 L_LINT(ftemp, time_monitor); in hardupdate() 663 L_LINT(ftemp, (time_monitor << 4) / mtemp); in hardupdate() 670 L_LINT(time_freq, MAXFREQ); in hardupdate() 672 L_LINT(time_freq, -MAXFREQ); in hardupdate() 796 L_LINT(time_offset, time_monitor); in hardpps() [all …]
|