Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c51 #define DTOFREQ(x) ((int32)((x) * 65536e6)) /* double to NTP */ macro
1103 ntv.freq = DTOFREQ(drift_comp); in set_freq()
1136 ntv.freq = DTOFREQ(drift_comp); in start_kern_loop()