| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | test_build_time.sh | 106 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 D | 0002-test-regress.h-Increase-default-timeval-tolerance-50.patch | 4 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 D | 0014-timeSync-Portable-way-to-print-64bit-time_t.patch | 31 - "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 D | test_fan_operation.robot | 48 # 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 D | am335x-chilisom.dtsi | 82 /* 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 D | am335x-shc.dts | 26 * tolerance value is reduced to 2% from 4% and 34 voltage-tolerance = <2>; /* 2 percentage */ 275 * +/-4% tolerance 290 * +/-4% tolerance
|
| H A D | am335x-igep0033.dtsi | 269 /* 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 D | am335x-bone-common.dtsi | 323 /* 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 D | am335x-baltos.dts | 340 /* 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 D | am335x-sl50.dts | 462 /* 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 D | am335x-pxm2.dtsi | 280 /* 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 D | am335x-rut.dts | 350 /* 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 D | am335x-evmsk.dts | 563 /* 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 D | am335x-evm.dts | 616 /* 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 D | exynos5420-peach-pit.dts | 168 * 04h Adjust VTotal tolerance to
|
| H A D | am57xx-beagle-x15-common.dtsi | 392 voltage-tolerance = <1>;
|
| H A D | r8a7790.dtsi | 83 voltage-tolerance = <1>; /* 1% */ 104 voltage-tolerance = <1>; /* 1% */ 125 voltage-tolerance = <1>; /* 1% */ 146 voltage-tolerance = <1>; /* 1% */
|
| H A D | am57xx-cl-som-am57x.dts | 451 voltage-tolerance = <1>;
|
| H A D | exynos5250-spring.dts | 645 * 04h Adjust VTotal tolerance to fix the 30Hz no-
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/kronosnet/ |
| H A D | kronosnet_1.24.bb | 6 fault tolerance and fast fail-over are the core requirements of your application."
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | fan_utils.robot | 252 [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 D | buildstats.py | 70 self.tolerance = 0.01 71 self.min_seconds = 1.0 - self.tolerance
|
| /openbmc/openbmc/poky/meta/recipes-support/libevent/ |
| H A D | libevent_2.1.12.bb | 18 file://0002-test-regress.h-Increase-default-timeval-tolerance-50.patch \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/ |
| H A D | btrfs-tools_6.14.bb | 3 implementing advanced features while focusing on fault tolerance, repair and \
|
| /openbmc/qemu/docs/ |
| H A D | block-replication.txt | 12 It can also be applied for FT/HA (Fault-tolerance/High Assurance) scenario,
|