Home
last modified time | relevance | path

Searched refs:calculate (Results 1 – 25 of 227) sorted by relevance

12345678910

/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()
H A Dcollection_data.cpp56 return function->calculate(readings, timestamp); in update()
65 return function->calculate(readings, timestamp); in update()
H A Dcollection_function.hpp21 virtual double calculate(const std::vector<ReadingItem>& readings,
/openbmc/linux/arch/mips/ar7/
H A Dclock.c117 static void calculate(int base, int target, int *prediv, int *postdiv, in calculate() function
228 calculate(base_clock, frequency, &prediv, &postdiv, &mul); in tnetd7300_set_clock()
349 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, in tnetd7200_init_clocks()
358 calculate(cpu_base, TNETD7200_DEF_CPU_CLK, &cpu_prediv, in tnetd7200_init_clocks()
371 calculate(cpu_base, TNETD7200_DEF_CPU_CLK, &cpu_prediv, in tnetd7200_init_clocks()
380 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, &dsp_prediv, in tnetd7200_init_clocks()
390 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, &dsp_prediv, in tnetd7200_init_clocks()
403 calculate(usb_base, TNETD7200_DEF_USB_CLK, &usb_prediv, in tnetd7200_init_clocks()
/openbmc/linux/drivers/memory/
H A Dstm32-fmc2-ebi.c173 u32 (*calculate)(struct stm32_fmc2_ebi *ebi, int cs, u32 setup); member
828 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
836 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
844 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
852 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
859 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
866 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
873 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
879 .calculate = stm32_fmc2_ebi_ns_to_clk_period,
887 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
[all …]
/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/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.hpp37 bool calculate(double& /*value*/);
88 bool calculate(double& val);
H A DExitAirTempSensor.cpp348 if (calculate(val)) in updateReading()
402 // Now calculate the CFM for this tach in getMaxRpm()
418 bool CFMSensor::calculate(double& value) in calculate()
486 // Now calculate the CFM for this tach in calculate()
660 if (calculate(val)) in updateReading()
677 if (!sensor->calculate(reading)) in getTotalCFM()
687 bool ExitAirTempSensor::calculate(double& val) in calculate()
417 bool CFMSensor::calculate(double& value) calculate() function in CFMSensor
685 bool ExitAirTempSensor::calculate(double& val) calculate() function in ExitAirTempSensor
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_spl_simple.c163 this->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page()
188 this->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page()
224 nand_chip.ecc.calculate = nand_calculate_ecc; in nand_init()
H A Dzynq_nand.c588 chip->ecc.calculate(mtd, p, &ecc_calc[0]); in zynq_nand_write_page_hwecc()
632 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in zynq_nand_write_page_swecc()
681 chip->ecc.calculate(mtd, p, &ecc_calc[0]); in zynq_nand_read_page_hwecc()
739 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in zynq_nand_read_page_swecc()
1186 nand_chip->ecc.calculate = zynq_nand_calculate_hwecc; in zynq_nand_init()
1217 nand_chip->ecc.calculate = nand_calculate_ecc; in zynq_nand_init()
H A Dfsmc_nand.c379 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in fsmc_read_page_hwecc()
420 nand->ecc.calculate = fsmc_read_hwecc; in fsmc_nand_switch_ecc()
474 nand->ecc.calculate = fsmc_read_hwecc; in fsmc_nand_init()
H A Domap_gpmc.c613 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in omap_read_page_bch()
746 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme()
783 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme()
824 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme()
857 nand->ecc.calculate = omap_calculate_ecc; in omap_select_ecc_scheme()
/openbmc/u-boot/common/
H A Dimage-sig.c41 .calculate = hash_calculate,
51 .calculate = hash_calculate,
62 .calculate = hash_calculate,
74 .calculate = hash_calculate,
/openbmc/linux/Documentation/hwmon/
H A Dltc4260.rst44 registers. If a set of voltage divider resistors is installed, calculate the
51 is installed. If a different sense resistor is installed, calculate the real
H A Dltc4261.rst44 registers. If a set of voltage divider resistors is installed, calculate the
51 is installed. If a different sense resistor is installed, calculate the real
H A Dltc2945.rst44 registers. If a set of voltage divider resistors is installed, calculate the
51 is installed. If a different sense resistor is installed, calculate the real
/openbmc/qemu/crypto/
H A Divgenpriv.h32 int (*calculate)(QCryptoIVGen *ivgen, member
H A Divgen-plain64.c57 .calculate = qcrypto_ivgen_plain_calculate,
H A Divgen-plain.c57 .calculate = qcrypto_ivgen_plain_calculate,
/openbmc/u-boot/lib/rsa/
H A Drsa-verify.c132 ret = checksum->calculate(checksum->name, in mask_generation_function1()
172 ret = checksum->calculate(checksum->name, region, region_count, hprime); in compute_hash_prime()
429 ret = info->checksum->calculate(info->checksum->name, in rsa_verify()
/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/linux/Documentation/ABI/testing/
H A Dsysfs-cfq-target-latency8 use it to calculate the time slice used for every task.
/openbmc/openbmc/meta-security/meta-tpm/recipes-core/systemd/
H A Dsystemd_%.bbappend11 # TODO: use swtpm-native to calculate TPM measurements
/openbmc/linux/drivers/mtd/nand/raw/ingenic/
H A Dingenic_ecc.h65 int (*calculate)(struct ingenic_ecc *ecc, member

12345678910