Home
last modified time | relevance | path

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

12

/openbmc/openbmc/poky/scripts/contrib/
H A Dtest_build_time.sh106 tolerance=$3
118 if [[ $tolerance == *m* ]] ; then
119 tolerance=`echo $tolerance | sed s/m/*60/ | bc`
120 elif [[ $tolerance == *%* ]] ; then
121 tolerance=`echo $tolerance | sed s/%//`
122 tolerance=`echo "scale = 2; (($tolerance * $timethreshold) / 100)" | bc`
220 ret=`echo "scale = 2; $timeresult > $timethreshold - $tolerance" | bc`
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A D0002-test-regress.h-Increase-default-timeval-tolerance-50.patch4 Subject: [PATCH] test/regress.h: Increase default timeval tolerance 50 ms ->
7 The default timeout tolerance is 50 ms,
26 tt_int_op(labs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0014-timeSync-Portable-way-to-print-64bit-time_t.patch31 - "const %ld precision %ld tolerance %ld tick %ld\n",
33 - tx->status, tx->constant, tx->precision, tx->tolerance, tx->tick);
35 + "const %jd precision %jd tolerance %jd tick %jd\n",
37 + tx->status, (intmax_t)tx->constant, (intmax_t)tx->precision, (intmax_t)tx->tolerance, (…
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_fan_operation.robot48 # Set the speed tolerance criteria.
49 # A tolerance value of .30 means that the fan's speed should be
52 ${tolerance}= Set Variable .50
53 Rprint Vars tolerance
55 Verify Fan Speed ${tolerance} ${fan_names}
/openbmc/u-boot/arch/arm/dts/
H A Dam335x-chilisom.dtsi82 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
91 /* 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 */
275 * +/-4% tolerance
290 * +/-4% tolerance
H A Dam335x-igep0033.dtsi269 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
278 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-bone-common.dtsi323 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
332 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-baltos.dts340 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
349 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-sl50.dts462 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
471 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-pxm2.dtsi280 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
289 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-rut.dts350 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
359 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-evmsk.dts563 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
572 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-evm.dts616 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
625 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dexynos5420-peach-pit.dts168 * 04h Adjust VTotal tolerance to
H A Dam57xx-beagle-x15-common.dtsi392 voltage-tolerance = <1>;
H A Dr8a7790.dtsi83 voltage-tolerance = <1>; /* 1% */
104 voltage-tolerance = <1>; /* 1% */
125 voltage-tolerance = <1>; /* 1% */
146 voltage-tolerance = <1>; /* 1% */
H A Dam57xx-cl-som-am57x.dts451 voltage-tolerance = <1>;
H A Dexynos5250-spring.dts645 * 04h Adjust VTotal tolerance to fix the 30Hz no-
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/kronosnet/
H A Dkronosnet_1.24.bb6 fault tolerance and fast fail-over are the core requirements of your application."
/openbmc/openbmc-test-automation/lib/
H A Dfan_utils.robot252 [Arguments] ${tolerance} ${fan_names}
255 # tolerance The speed tolerance criteria.
256 # A tolerance value of .15 means that the fan's speed
266 # Calculate tolerance, which is a % of the target speed.
267 ${tolerance_value}= Evaluate ${tolerance}*${target_speed}
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildstats.py70 self.tolerance = 0.01
71 self.min_seconds = 1.0 - self.tolerance
/openbmc/openbmc/poky/meta/recipes-support/libevent/
H A Dlibevent_2.1.12.bb18 file://0002-test-regress.h-Increase-default-timeval-tolerance-50.patch \
/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/
H A Dbtrfs-tools_6.14.bb3 implementing advanced features while focusing on fault tolerance, repair and \
/openbmc/qemu/docs/
H A Dblock-replication.txt12 It can also be applied for FT/HA (Fault-tolerance/High Assurance) scenario,

12