/openbmc/telemetry/src/metrics/ |
H A D | collection_function.cpp | 11 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 D | collection_data.cpp | 56 return function->calculate(readings, timestamp); in update() 65 return function->calculate(readings, timestamp); in update()
|
H A D | collection_function.hpp | 21 virtual double calculate(const std::vector<ReadingItem>& readings,
|
/openbmc/linux/arch/mips/ar7/ |
H A D | clock.c | 117 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 D | stm32-fmc2-ebi.c | 173 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 D | README.sha1 | 11 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 D | ExitAirTempSensor.hpp | 37 bool calculate(double& /*value*/); 88 bool calculate(double& val);
|
H A D | ExitAirTempSensor.cpp | 348 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 D | nand_spl_simple.c | 163 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 D | zynq_nand.c | 588 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 D | fsmc_nand.c | 379 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 D | omap_gpmc.c | 613 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 D | image-sig.c | 41 .calculate = hash_calculate, 51 .calculate = hash_calculate, 62 .calculate = hash_calculate, 74 .calculate = hash_calculate,
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ltc4260.rst | 44 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 D | ltc4261.rst | 44 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 D | ltc2945.rst | 44 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 D | ivgenpriv.h | 32 int (*calculate)(QCryptoIVGen *ivgen, member
|
H A D | ivgen-plain64.c | 57 .calculate = qcrypto_ivgen_plain_calculate,
|
H A D | ivgen-plain.c | 57 .calculate = qcrypto_ivgen_plain_calculate,
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-verify.c | 132 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 D | bcm2835-aux-uart.txt | 6 - clock: input clock frequency for the UART (used to calculate the baud
|
H A D | pl01x.txt | 6 - clock: input clock frequency for the UART (used to calculate the baud
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-cfq-target-latency | 8 use it to calculate the time slice used for every task.
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-core/systemd/ |
H A D | systemd_%.bbappend | 11 # TODO: use swtpm-native to calculate TPM measurements
|
/openbmc/linux/drivers/mtd/nand/raw/ingenic/ |
H A D | ingenic_ecc.h | 65 int (*calculate)(struct ingenic_ecc *ecc, member
|