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

/freebsd-12-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-12-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-12-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-12-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-12-stable/sys/sys/
H A Dtimex.h138 long tolerance; /* clock frequency tolerance (scaled member in struct:timex
/freebsd-12-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-12-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-12-stable/sys/compat/freebsd32/
H A Dfreebsd32.h421 int32_t tolerance; member in struct:timex32
H A Dfreebsd32_misc.c3559 CP(*src, *dst, tolerance);
3581 CP(*src, *dst, tolerance);
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_request.h897 int32 tolerance; member in struct:info_kernel
/freebsd-12-stable/sys/kern/
H A Dkern_ntptime.c449 ntv->tolerance = MAXFREQ * SCALE_PPM;
515 * the tolerance.
/freebsd-12-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c824 printf("offsetof(tolerance) = %d\n",
825 (int) offsetof(struct info_kernel, tolerance));
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2815 \tolerance=9500
3660 \tolerance = 9500
4315 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4428 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
4451 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4460 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4530 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
5512 \tolerance=10000 \hbadness=10000
6946 \tolerance = 700
6964 \tolerance
[all...]
/freebsd-12-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-12-stable/contrib/amd/doc/
H A Dtexinfo.tex3283 \tolerance=5000
3925 \tolerance=9500
4891 \tolerance = 9500
5928 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \ptexraggedright
7054 \tolerance=10000 \hbadness=10000
9760 \tolerance = 700
9778 \tolerance = 700
9804 \tolerance = 700
9823 \tolerance = 800
/freebsd-12-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 312 milliseconds