Home
last modified time | relevance | path

Searched full:calculate (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/openbmc/telemetry/src/metrics/
H A Dcollection_function.cpp11 double calculate(const std::vector<ReadingItem>& readings, in calculate() function in metrics::FunctionMinimum
29 {ReadingItem(timestamp, calculate(readings, timestamp))}); in calculateForStartupInterval()
37 double calculate(const std::vector<ReadingItem>& readings, in calculate() function in metrics::FunctionMaximum
55 {ReadingItem(timestamp, calculate(readings, timestamp))}); in calculateForStartupInterval()
63 double calculate(const std::vector<ReadingItem>& readings, in calculate() function in metrics::FunctionAverage
89 auto result = calculate(readings, timestamp); in calculateForStartupInterval()
104 double calculate(const std::vector<ReadingItem>& readings, in calculate() function in metrics::FunctionSummation
130 const auto result = calculate(readings, timestamp); in calculateForStartupInterval()
/openbmc/u-boot/doc/
H A DREADME.sha111 sha1 address len [addr] calculate the SHA1 sum [save at addr]
12 -p calculate the SHA1 sum from the U-Boot image in flash and print
22 It is possible to calculate a SHA1 checksum from a memoryrange with:
47 c) now calculate the SHA1 sum from the memoryrange and write
/openbmc/qemu/docs/devel/migration/
H A Ddirty-limit.rst17 -\ CALCULATE(2) |
35 CALCULATE(2), as the name implies. It involves preparing the dirty
42 - CALCULATE (2)
44 Calculate a suitable sleep period for each virtual CPU, which will be
57 on the results of the calculation supplied by step CALCULATE (2).
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Disdimm_parser.cpp76 // Calculate SDRAM capacity in getDDR4DimmCapacity()
83 "Bad data in spd byte 4. Can't calculate SDRAM capacity " in getDDR4DimmCapacity()
89 /* Calculate Primary bus width */ in getDDR4DimmCapacity()
95 "Bad data in spd byte 13. Can't calculate primary bus " in getDDR4DimmCapacity()
102 /* Calculate SDRAM width */ in getDDR4DimmCapacity()
108 "Bad data in spd byte 12. Can't calculate SDRAM width and " in getDDR4DimmCapacity()
125 /* Calculate Number of ranks */ in getDDR4DimmCapacity()
132 "Can't calculate number of ranks. Invalid data found.\n "); in getDDR4DimmCapacity()
H A Dddimm_parser.cpp238 // Calculate SDRAM capacity in getDdr4BasedDdimmSize()
246 "Bad data in VPD byte 4. Can't calculate SDRAM capacity and so " in getDdr4BasedDdimmSize()
254 /* Calculate Primary bus width */ in getDdr4BasedDdimmSize()
261 "Bad data in VPD byte 13. Can't calculate primary bus width " in getDdr4BasedDdimmSize()
269 /* Calculate SDRAM width */ in getDdr4BasedDdimmSize()
276 "Bad data in VPD byte 12. Can't calculate SDRAM width and so " in getDdr4BasedDdimmSize()
284 /* Calculate Number of ranks */ in getDdr4BasedDdimmSize()
292 "Bad data in VPD byte 12, can't calculate number of ranks. Invalid data found."); in getDdr4BasedDdimmSize()
/openbmc/u-boot/include/u-boot/
H A Dmd5.h21 * Calculate and store in 'output' the MD5 digest of 'len' bytes at
27 * Calculate and store in 'output' the MD5 digest of 'len' bytes at 'input'.
/openbmc/qemu/docs/specs/
H A Drapl-msr.rst31 counter to calculate the power. Those MSRs are populated once at the beginning
63 4. Repeat 2. and 3. and calculate the delta of every metrics representing the
76 8. Calculate the ratio of energy spent per vcpu threads.
78 9. Calculate the energy for each virtual package.
103 By reading those metrics for a thread, one can calculate the ratio of time the
/openbmc/phosphor-pid-control/pid/
H A Dpidcontroller.cpp37 // Calculate new output in calPIDOutput()
66 // Calculate new output in calPIDOutput()
115 // Calculate output value in process()
/openbmc/u-boot/board/freescale/common/
H A Dics307_clk.c61 /* Calculate the VDW */ in ics307_sysclk_calculator()
67 /* Calculate the temp out frequency */ in ics307_sysclk_calculator()
71 * calculate the percent, the precision is 1/1000 in ics307_sysclk_calculator()
97 * Calculate frequency being generated by ICS307-02 clock chip based upon
/openbmc/openbmc/meta-facebook/conf/recipes/
H A Dfb-consoles.inc10 # Calculate the TTY assignments for the hosts.
32 # Calculate the TTY assignments for the NICs.
/openbmc/u-boot/include/
H A Dtime.h42 * Calculate whether a is in the range of [b, c].
49 * Calculate whether a is in the range of [b, c).
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dap.h16 /* Calculate clock fractional divider value from ref and target frequencies */
19 /* Calculate clock frequency value from reference and clock divider value */
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dclock.h53 * clk_get_divisor() - Calculate the required clock divisior
55 * Given an input rate and a required output_rate, calculate the Rockchip
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dcpu.h27 /* Calculate clock fractional divider value from ref and target frequencies */
30 /* Calculate clock frequency value from reference and clock divider value */
/openbmc/u-boot/drivers/mtd/ubi/
H A Dmisc.c14 * calc_data_len - calculate how much real data is stored in a buffer.
108 * ubi_calculate_reserved - calculate how many PEBs must be reserved for bad
115 * Calculate the actual number of PEBs currently needed to be reserved in ubi_calculate_reserved()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-haversine_2.9.0.bb1 SUMMARY = "Calculate the distance between 2 points on Earth"
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DCFMLimit.interface.yaml3 with a CFM algorithm to calculate the maximum allowed fan speed for a
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dqe_io.c25 /* Calculate pin location and 2bit mask and dir */ in qe_config_iopin()
42 /* Calculate pin location for 1bit mask */ in qe_config_iopin()
/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.hpp37 bool calculate(double& /*value*/);
88 bool calculate(double& val);
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.h104 * Fix ip header fields and calculate IP header and pseudo header checksums.
112 * Calculate the IP header checksum.
120 * Calculate the SCTP checksum.
/openbmc/u-boot/doc/device-tree-bindings/serial/
H A Dbcm2835-aux-uart.txt6 - clock: input clock frequency for the UART (used to calculate the baud
H A Dpl01x.txt6 - clock: input clock frequency for the UART (used to calculate the baud
/openbmc/libbej/src/
H A Dbej_encoder_metadata.c196 // Calculate the size for encoding this in a SFLV tuple. in bejUpdateIntMetaData()
219 // Calculate the size for encoding this in a SFLV tuple. in bejUpdateStringMetaData()
253 // Calculate the size for encoding this in a SFLV tuple. in bejUpdateRealMetaData()
293 // Calculate the sizes needed for storing bejReal fields. in bejUpdateRealMetaData()
351 // Calculate the size for encoding this in a SFLV tuple. in bejUpdateEnumMetaData()
376 // Calculate the size for encoding this in a SFLV tuple. in bejUpdateBoolMetaData()
399 // Calculate the size for encoding this in a SFLV tuple. in bejUpdateNullMetaData()
598 // Calculate metadata of all the child nodes of the current parent node. in bejUpdateNodeMetadata()
/openbmc/phosphor-virtual-sensor/src/
H A Dmeson.build4 'calculate.cpp',
/openbmc/qemu/docs/devel/
H A Dtcg-icount.rst29 executed instructions can then be used to calculate QEMU_CLOCK_VIRTUAL
35 To be able to calculate the number of executed instructions the

12345678910>>...28