Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c157 int sys_samples = 0; /* number of samples/server, will be modified later */ variable
405 sys_samples = c; in ntpdatemain()
451 if (sys_samples == 0) in ntpdatemain()
452 sys_samples = (simple_query ? 1 : DEFSAMPLES); in ntpdatemain()
678 if ((int)server->filter_nextpt >= sys_samples) { in transmit()
923 if ((int)server->filter_nextpt >= sys_samples) { in receive()
972 INSIST((0 < sys_samples) && (sys_samples <= NTP_SHIFT)); in clock_filter()
977 for (i = 0; i < sys_samples; i++) in clock_filter()
980 for (i = 0; i < (sys_samples-1); i++) { in clock_filter()
981 for (j = i+1; j < sys_samples; j++) { in clock_filter()
[all …]
/freebsd/contrib/ntp/
H A DCommitLog19335 - INSIST() on sys_samples in range
[all...]