Home
last modified time | relevance | path

Searched refs:tolerance (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_008_pos.ksh93 typeset -i tolerance=0
95 (( tolerance = new_size - orig_size))
96 if (( tolerance > LIMIT )); then
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_008_pos.ksh93 typeset -i tolerance=0
95 (( tolerance = new_size - orig_size))
96 if (( tolerance > LIMIT )); then
H A Dsnapshot.cfg50 export LIMIT=2097152 # tolerance measured in bytes, 2M
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dmath.shlib44 # Return 0 if value is within +/-tolerance of target.
45 # Return 1 if value exceeds our tolerance.
48 # Do $action if value is within the tolerance from target passed in:
50 # Do $action if value surpasses the tolerance from target passed in:
53 function within_tolerance #value #target #tolerance
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-nano.dts435 /* +1.5V voltage with ±4% tolerance */
443 /* VDD_MPU voltage limits 0.95V - 1.1V with ±4% tolerance */
452 /* VDD_CORE voltage limits 0.95V - 1.1V with ±4% tolerance */
461 /* +1.8V voltage with ±4% tolerance */
469 /* +3.3V voltage with ±4% tolerance */
477 /* +1.8V voltage with ±4% tolerance */
485 /* +3.3V voltage with ±4% tolerance */
H A Dam335x-moxa-uc-8100-me-t.dts83 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
92 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-osd335x-common.dtsi78 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
87 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-chilisom.dtsi79 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
88 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-shc.dts26 * tolerance value is reduced to 2% from 4% and
34 voltage-tolerance = <2>; /* 2 percentage */
274 * +/-4% tolerance
289 * +/-4% tolerance
H A Dam335x-igep0033.dtsi246 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
255 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-phycore-som.dtsi258 /* VDD_MPU voltage limits 0.95V - 1.325V with +/-4% tolerance */
267 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-dt.txt19 - voltage-tolerance: Specify the CPU voltage tolerance in percentage.
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.h122 #define test_timeval_diff_leq(tv1, tv2, diff, tolerance) \ argument
123 tt_int_op(labs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
/freebsd/contrib/libevent/test/
H A Dregress.h122 #define test_timeval_diff_leq(tv1, tv2, diff, tolerance) \ argument
123 tt_int_op(labs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dnvidia,tegra20-hsuart.txt36 Baud Rate tolerance:
37 Standard UART devices are expected to have tolerance for baud rate error by
39 Tegra186 chip has a known hardware issue. UART Rx baud rate tolerance level
H A Dnvidia,tegra20-hsuart.yaml70 Standard UART devices are expected to have tolerance for baud rate error by -4 to +4 %. All
72 issue. UART RX baud rate tolerance level is 0% to +4% in 1-stop config. Otherwise, the
/freebsd/sys/contrib/dev/athk/
H A Ddfs_pri_detector.c44 static u32 pde_get_multiple(u32 val, u32 fraction, u32 tolerance) in pde_get_multiple() argument
55 if (delta <= tolerance) in pde_get_multiple()
61 if (remainder > tolerance) { in pde_get_multiple()
63 if ((fraction - remainder) <= tolerance) in pde_get_multiple()
/freebsd/share/examples/sound/
H A DREADME58 Let's call this the jitter tolerance. The jitter tolerance may be much less if
61 Jitter tolerance gets better if we can make either the period or the samples
/freebsd/lib/libmp/
H A Dmpasbn.c371 MINT *tolerance; in mp_msqrt() local
379 tolerance = _itom("msqrt", 1); in mp_msqrt()
391 } while (_mcmpa("msqrt", z3, tolerance) == 1); in mp_msqrt()
396 _mfree("msqrt", tolerance); in mp_msqrt()
/freebsd/sys/sys/
H A Dtimex.h136 long tolerance; /* clock frequency tolerance (scaled member
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h268 long tolerance; /* clock frequency tolerance (scaled member
/freebsd/contrib/ntp/html/hints/
H A Dsun41 Notes on CPU clock oscillator tolerance with SunOS 4.1.1 and 4.1.3
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c108 long long tolerance; member
195 #define TFUNC(arg,ret,name,tolerance) { t_func, arg, ret, (void*)&name, m_none, tolerance, #name } argument
196 #define TFUNCARM(arg,ret,name,tolerance) { t_func, arg, ret, (void*)& ARM_PREFIX(name), m_none, tol… argument
197 #define MFUNC(arg,ret,name,tolerance) { t_macro, arg, ret, NULL, m_##name, tolerance, #name } argument
1252 ulptolerance = t.func->tolerance; in runtest()
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Daspeed,sgpio.yaml19 - Support reset tolerance option for each output port
H A Dsgpio-aspeed.txt9 - Support reset tolerance option for each output port

123