Home
last modified time | relevance | path

Searched refs:sum (Results 1 – 12 of 12) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/
H A Drdv3_common.c53 uint64_t sum = 0UL; in checksum_calc() local
59 sum += buffer[i]; in checksum_calc()
62 return sum; in checksum_calc()
/rk3399_ARM-atf/lib/libfdt/
H A Dfdt.c165 uint32_t tag, len, sum; in fdt_next_tag() local
193 sum = len + offset; in fdt_next_tag()
195 (INT_MAX <= sum || sum < (uint32_t) offset)) in fdt_next_tag()
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_common.c266 uint64_t sum = 0UL; in checksum_calc() local
272 sum += buffer[i]; in checksum_calc()
275 return sum; in checksum_calc()
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-4.rst29 that may occur when computing the sum of a base pointer and an offset. This
30 macro evaluates to 1 if the sum of the given base pointer and offset would
47 overflows when the sum of its two parameters fall into the ``[2^32, 2^64 - 1]``
85 sum of ``image_src`` and ``block_size`` overflowing a 32-bit type, which
105 arguments through the SMC interface and injects high values whose sum overflows,
/rk3399_ARM-atf/tools/nxp/create_pbl/
H A Dcreate_pbl.c305 uint64_t sum = 0; in crypto_calculate_checksum() local
315 sum = sum + word; in crypto_calculate_checksum()
316 sum = sum & 0xFFFFFFFF; in crypto_calculate_checksum()
318 return (uint32_t)sum; in crypto_calculate_checksum()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_common.c648 uint64_t sum = 0UL; in checksum_calc() local
654 sum += buffer[i]; in checksum_calc()
657 return sum; in checksum_calc()
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/
H A Dmt_cpu_pm_cpc.c589 #define __mtk_cpc_record_lat(sum, min, max, lat)\ argument
595 (sum) += (lat); \
/rk3399_ARM-atf/tools/memory/src/memory/
H A Delfparser.py114 return sum(s.size for s in self._segments.values()), 0
/rk3399_ARM-atf/tools/marvell/doimage/
H A Ddoimage.c237 uint32_t sum = 0; in checksum32() local
241 sum += *startp; in checksum32()
246 return sum; in checksum32()
/rk3399_ARM-atf/docs/design/
H A Dpsci-pd-tree.rst69 to consider at the next level. The sum of the values (number of children) of
/rk3399_ARM-atf/docs/components/
H A Drmm-el3-comms-spec.rst1142 Checksum is calculated as two's complement sum of 'num_banks', 'banks' pointer
1178 Checksum is calculated as two's complement sum of 'num_consoles', 'consoles'
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst98 The ``.coherent_ram`` section is a sum of all sections like ``.bakery_lock`` which are