Searched refs:sys_fuzz_nsec (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/
H A Dsystime.c80 long sys_fuzz_nsec = 0; /* min. time to read the clock (ns) */ variable
122 sys_fuzz_nsec = (long)ceil(sys_fuzz * 1e9);
214 ts_min = add_tspec_ns(ts_prev, sys_fuzz_nsec);

Completed in 104 milliseconds