Home
last modified time | relevance | path

Searched full:estimate (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c563 * The algorithm that must be used to calculate the estimate
624 uint32_t scaled, estimate; in call_recip_estimate() local
641 estimate = recip_estimate_incprec(scaled); in call_recip_estimate()
645 estimate = recip_estimate(scaled); in call_recip_estimate()
650 result_frac = deposit64(0, 40, 12, estimate); in call_recip_estimate()
652 result_frac = deposit64(0, 44, 8, estimate); in call_recip_estimate()
842 /* The algorithm that must be used to calculate the estimate
848 int b, estimate; in do_recip_sqrt_estimate() local
861 estimate = (b + 1) / 2; in do_recip_sqrt_estimate()
862 assert(256 <= estimate && estimate < 512); in do_recip_sqrt_estimate()
[all …]
/openbmc/estoraged/src/
H A Dutil.cpp51 // in the extended CSD field 269 and 268, named estimate A and estimate B. in findPredictedMediaLifeLeftPercent()
53 // estimate A is for A type memory in findPredictedMediaLifeLeftPercent()
54 // estimate B is for B type memory in findPredictedMediaLifeLeftPercent()
56 // the estimate are encoded as such in findPredictedMediaLifeLeftPercent()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmilatency.py2103 estimate = avg10 * count/count_for_estimate
104 if estimate > 1:
105 print "Running test, estimated time: {}s".format(int(estimate))
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Nvme/
H A DStatus.interface.yaml15 A vendor specific estimate of the percentage.
/openbmc/phosphor-mboxd/
H A Dmboxd_msg.h10 /* Estimate as to how long (milliseconds) it takes to access a MB from flash */
/openbmc/phosphor-hwmon/
H A Daverage.cpp28 // Estimate that the interval will overflow about 292471 in calcAverage()
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dcve-2022-33065.patch513 Subject: [PATCH] nms_adpcm: fix int overflow in signal estimate
515 It is possible (though functionally incorrect) for the signal estimate
570 /* Zero predictor components of the signal estimate. */
574 /* Signal estimate, (including s_ez). */
677 - /* Compute the zero predictor estimate. Rotate past deltas too. */
679 + /* Compute the zero predictor estimate and rotate past deltas. */
688 - /* Compute the signal estimate. */
694 + /* Complete the signal estimate. */
729 /* Compute estimate, and delta from actual value */
/openbmc/qemu/block/
H A Dbackup.c231 uint64_t estimate; in backup_init_bcs_bitmap() local
246 estimate = bdrv_get_dirty_count(bcs_bitmap); in backup_init_bcs_bitmap()
247 job_progress_set_remaining(&job->common.job, estimate); in backup_init_bcs_bitmap()
/openbmc/gpioplus/src/gpioplus/
H A Devent.hpp41 /** @brief The estimate of the time the event occurred */
/openbmc/docs/designs/
H A Dthermal-control-modes.md34 Mathematical calculations to logically estimate exit air temps:
H A Ddesign-template.md83 implementation. Roughly estimate relevant details. How big is the data? What are
H A Dnvmemi-over-smbus.md122 | DriveLifeUsed | string | A vendor specific estimate of the percentage |
/openbmc/u-boot/doc/
H A DREADME.SPL80 With gcc 4.6 (and later) and the use of GNU cflow it is possible to estimate
/openbmc/qemu/util/
H A Dhexdump.c32 /* Estimate the length of the output to avoid reallocs. */ in qemu_hexdump_line()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut/
H A D0001-feat-dracut-install-split-ldd-command-arguments-for-.patch41 + /* Estimate the number of space-separated elements in the "ldd" string */
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dwidgets.py105 """Widget which attempts to estimate the time of arrival."""
123 """Widget which attempts to estimate the time of arrival.
/openbmc/qemu/docs/devel/migration/
H A Dvfio.rst53 * A ``state_pending_estimate`` function that reports an estimate of the
187 If device is active, get pending_bytes by .state_pending_{estimate,exact}()
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DTask.v1_7_4.json207 …ervices should be conservative in the reported estimate and clients should treat this value as an
H A DJob.v1_3_0.json233 …ervices should be conservative in the reported estimate and clients should treat this value as an
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DTask.v1_7_4.json207 …ervices should be conservative in the reported estimate and clients should treat this value as an
/openbmc/hiomapd/
H A Dbackend.h18 /* Estimate as to how long (milliseconds) it takes to access a MB from flash */
/openbmc/openbmc-test-automation/systest/
H A Dhtx_hardbootme_test.robot94 # Estimate the time required for a single iteration loop.
/openbmc/u-boot/tools/
H A Datmelimage.c41 * We estimate a coma separated list of key=value pairs. The mkimage -n
/openbmc/u-boot/drivers/video/
H A Dvideo-uclass.c25 * for the device. The values can be an over-estimate but cannot be too
/openbmc/qemu/system/
H A Ddirtylimit.c584 * Estimate average dirty ring full time of each virtaul CPU.

12