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

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_008_pos.ksh96 typeset -i tolerance=0
98 (( tolerance = new_size - orig_size))
99 if (( tolerance > LIMIT )); then
/freebsd-13-stable/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_008_pos.ksh98 typeset -i tolerance=0
100 (( tolerance = new_size - orig_size))
101 if (( tolerance > LIMIT )); then
/freebsd-13-stable/contrib/libevent/test/
H A Dregress.h120 #define test_timeval_diff_leq(tv1, tv2, diff, tolerance) \
121 tt_int_op(labs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.h120 #define test_timeval_diff_leq(tv1, tv2, diff, tolerance) \
121 tt_int_op(labs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
/freebsd-13-stable/contrib/ntp/kernel/sys/
H A Dtimex.h117 * offset and maximum frequency tolerance.
132 * tolerance, but otherwise the PLL continues to operate in a stable
142 * MAXFREQ is the maximum frequency tolerance of the CPU clock
144 * should be set to at least the frequency tolerance of the oscillator
151 * MAXTIME is the maximum jitter tolerance of the PPS signal if the
268 long tolerance; /* clock frequency tolerance (scaled member in struct:timex
/freebsd-13-stable/sys/sys/
H A Dtimex.h138 long tolerance; /* clock frequency tolerance (scaled member in struct:timex
/freebsd-13-stable/lib/libmp/
H A Dmpasbn.c373 MINT *tolerance; local
381 tolerance = _itom("msqrt", 1);
393 } while (_mcmpa("msqrt", z3, tolerance) == 1);
398 _mfree("msqrt", tolerance);
/freebsd-13-stable/contrib/ntp/util/
H A Dntptime.c350 ftemp = (double)ntx.tolerance / SCALE_FREQ;
353 " time constant %lu, precision %.3f us, tolerance %.0f ppm,\n",
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32.h421 int32_t tolerance; member in struct:timex32
H A Dfreebsd32_misc.c3793 CP(*src, *dst, tolerance);
3815 CP(*src, *dst, tolerance);
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_request.h897 int32 tolerance; member in struct:info_kernel
/freebsd-13-stable/sys/kern/
H A Dkern_ntptime.c450 ntv->tolerance = MAXFREQ * SCALE_PPM;
516 * the tolerance.
/freebsd-13-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c824 printf("offsetof(tolerance) = %d\n",
825 (int) offsetof(struct info_kernel, tolerance));
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_request.c2462 ik->tolerance = htonl((u_int32)ntx.tolerance);
H A Dntp_control.c2382 (sys_var[varid].text, ntx.tolerance)
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c3030 (void)fprintf(fp, "frequency tolerance: %s ppm\n",
3031 fptoa((s_fp)ntohl(ik->tolerance), 0));

Completed in 154 milliseconds