Searched refs:FP_SECOND (Results 1 – 5 of 5) sorted by relevance
64 #define NTPDATE_THRESHOLD (FP_SECOND >> 1) /* 1/2 second */85 #define NTPDATE_DISTANCE FP_SECOND /* distance is 1 sec */86 #define NTPDATE_DISP FP_SECOND /* so is the dispersion */88 #define PEER_MAXDISP (64*FP_SECOND) /* maximum dispersion (fp 64) */
190 #define NTP_MAXWGT (8*FP_SECOND) /* maximum select weight 8 seconds */230 #define DESIREDDISP (4*FP_SECOND) /* desired dispersion, (fp 4) */1118 di += (FP_SECOND >> (-(int)NTPDATE_PRECISION)) in receive()1119 + (FP_SECOND >> (-(int)server->precision)) + NTP_MAXSKW; in receive()1427 local_threshold = (FP_SECOND >> (-(int)NTPDATE_PRECISION)) in clock_select()1475 + (FP_SECOND >> (-n)))) in clock_select()
109 #define PEER_MAXDISP (64*FP_SECOND) /* maximum dispersion (fp 64) */111 #define NTP_MAXWGT (8*FP_SECOND) /* maximum select weight 8 seconds */916 di += (FP_SECOND >> (-(int)NTPDATE_PRECISION)) in receive()917 + (FP_SECOND >> (-(int)server->precision)) + NTP_MAXSKW; in receive()1179 local_threshold = (FP_SECOND >> (-(int)NTPDATE_PRECISION)) in clock_select()1227 + (FP_SECOND >> (-n)))) in clock_select()
81 #define FP_SECOND (0x10000) macro
122 #define FP_SECOND (0x10000) macro