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.c403 sys_samples = c; in ntpdatemain()
449 if (sys_samples == 0) in ntpdatemain()
450 sys_samples = (simple_query ? 1 : DEFSAMPLES); in ntpdatemain()
676 if ((int)server->filter_nextpt >= sys_samples) { in transmit()
921 if ((int)server->filter_nextpt >= sys_samples) { in receive()
970 INSIST((0 < sys_samples) && (sys_samples <= NTP_SHIFT)); in clock_filter()
975 for (i = 0; i < sys_samples; i++) in clock_filter()
978 for (i = 0; i < (sys_samples-1); i++) { in clock_filter()
979 for (j = i+1; j < sys_samples; j++) { in clock_filter()
1011 for (i = 1; i < sys_samples; i++) { in clock_filter()
[all …]
/freebsd/contrib/ntp/
H A DCommitLog19335 - INSIST() on sys_samples in range