/openbmc/qemu/target/arm/tcg/ |
H A D | vfp_helper.c | 563 * 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 D | util.cpp | 51 // 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 D | smilatency.py2 | 103 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 D | Status.interface.yaml | 15 A vendor specific estimate of the percentage.
|
/openbmc/phosphor-mboxd/ |
H A D | mboxd_msg.h | 10 /* Estimate as to how long (milliseconds) it takes to access a MB from flash */
|
/openbmc/phosphor-hwmon/ |
H A D | average.cpp | 28 // Estimate that the interval will overflow about 292471 in calcAverage()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
H A D | cve-2022-33065.patch | 513 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 D | backup.c | 231 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 D | event.hpp | 41 /** @brief The estimate of the time the event occurred */
|
/openbmc/docs/designs/ |
H A D | thermal-control-modes.md | 34 Mathematical calculations to logically estimate exit air temps:
|
H A D | design-template.md | 83 implementation. Roughly estimate relevant details. How big is the data? What are
|
H A D | nvmemi-over-smbus.md | 122 | DriveLifeUsed | string | A vendor specific estimate of the percentage |
|
/openbmc/u-boot/doc/ |
H A D | README.SPL | 80 With gcc 4.6 (and later) and the use of GNU cflow it is possible to estimate
|
/openbmc/qemu/util/ |
H A D | hexdump.c | 32 /* 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 D | 0001-feat-dracut-install-split-ldd-command-arguments-for-.patch | 41 + /* Estimate the number of space-separated elements in the "ldd" string */
|
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | widgets.py | 105 """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 D | vfio.rst | 53 * 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 D | Task.v1_7_4.json | 207 …ervices should be conservative in the reported estimate and clients should treat this value as an …
|
H A D | Job.v1_3_0.json | 233 …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 D | Task.v1_7_4.json | 207 …ervices should be conservative in the reported estimate and clients should treat this value as an …
|
/openbmc/hiomapd/ |
H A D | backend.h | 18 /* Estimate as to how long (milliseconds) it takes to access a MB from flash */
|
/openbmc/openbmc-test-automation/systest/ |
H A D | htx_hardbootme_test.robot | 94 # Estimate the time required for a single iteration loop.
|
/openbmc/u-boot/tools/ |
H A D | atmelimage.c | 41 * We estimate a coma separated list of key=value pairs. The mkimage -n
|
/openbmc/u-boot/drivers/video/ |
H A D | video-uclass.c | 25 * for the device. The values can be an over-estimate but cannot be too
|
/openbmc/qemu/system/ |
H A D | dirtylimit.c | 584 * Estimate average dirty ring full time of each virtaul CPU.
|