Home
last modified time | relevance | path

Searched defs:sum (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/u-boot/net/
H A Dchecksum.c15 int sum, oddbyte; in compute_ip_checksum() local
36 unsigned add_ip_checksums(unsigned offset, unsigned sum, unsigned new) in add_ip_checksums()
/openbmc/bmcweb/redfish-core/src/utils/
H A Djson_utils.cpp69 uint64_t sum = 0; in getEstimatedJsonSize() local
80 uint64_t sum = 0; in getEstimatedJsonSize() local
/openbmc/qemu/tests/tcg/mips/user/ase/dsp/
H A Dtest_dsp_r1_bposge32.c6 int dsp, sum; in main() local
/openbmc/qemu/net/
H A Dchecksum.c42 uint16_t net_checksum_finish(uint32_t sum) in net_checksum_finish()
52 uint32_t sum = 0; in net_checksum_tcpudp() local
/openbmc/qemu/hw/cxl/
H A Dcxl-cdat.c51 uint8_t sum = 0; in ct3_build_cdat() local
119 uint8_t sum = 0; in ct3_load_cdat() local
/openbmc/telemetry/src/types/
H A Doperation_type.hpp14 sum enumerator
/openbmc/phosphor-virtual-sensor/test/
H A Dtest_exprtk_tools.cpp22 TEST(TestExprtkTools, sum) in TEST() argument
/openbmc/qemu/include/hw/nvram/
H A Dchrp_nvram.h37 unsigned int i, sum; in chrp_nvram_finish_partition() local
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_software_manager.cpp85 uint32_t sum; in initDevice() local
/openbmc/qemu/include/qemu/
H A Dtimed-average.h41 uint64_t sum; /* sum of all values */ member
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_summary.c51 unsigned sum; /* Just add up all the bytes in the tags */ member
105 unsigned sum = 0; in yaffs_summary_sum() local
/openbmc/qemu/tests/unit/
H A Dtest-qht.c127 uint32_t *sum = userp; in sum_func() local
135 unsigned int sum = 0; in iter_sum_check() local
/openbmc/u-boot/board/esd/vme8349/
H A Dvme8349.c178 unsigned int l, sum; in vme8349_read_spd() local
/openbmc/u-boot/drivers/sound/
H A Dsandbox.c24 int sum; /* Use to sum the provided audio data */ member
30 int sum; /* Use to sum the provided audio data */ member
/openbmc/qemu/include/net/
H A Dchecksum.h42 net_checksum_finish_nozero(uint32_t sum) in net_checksum_finish_nozero()
/openbmc/u-boot/tools/
H A Dmksunxiboot.c28 uint32_t sum; in gen_check_sum() local
/openbmc/telemetry/tests/src/
H A Ddbus_environment.cpp76 std::move(data), true, [](auto sum, auto val) { return sum && val; }, in waitForFutures()
H A Ddbus_environment.hpp51 auto sum = init; in waitForFutures() local
/openbmc/u-boot/cmd/
H A Dmd5sum.c19 static void store_result(const u8 *sum, const char *dest) in store_result()
/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_cause.hpp157 [](int sum, const auto& fan) { in satisfied()
/openbmc/u-boot/board/Synology/ds414/
H A Dcmd_syno.c59 int i, sum = 0; in do_syno_populate() local
/openbmc/qemu/hw/net/
H A De1000x_common.h39 uint64_t sum = mac[index] | (uint64_t)mac[index + 1] << 32; in e1000x_grow_8reg_if_not_full() local
/openbmc/qemu/tests/qtest/
H A Dacpi-utils.c24 uint8_t sum = 0; in acpi_calc_checksum() local
/openbmc/phosphor-fan-presence/control/
H A Dactions.hpp140 [&zone, &count](T sum, const auto& entry) { in set_floor_from_average_sensor_value()
198 [&zone, &count](T sum, const auto& entry) { in set_ceiling_from_average_sensor_value()
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3399-board-spl.c191 int sum, i; in board_init_f() local

1234