Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/zlib/
A Dcrc32.c348 unsigned long sum; local
350 sum = 0;
353 sum ^= *mat;
357 return sum;
/trusted-firmware-a/docs/security_advisories/
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,
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/
A Dsecurity-advisory-tfv-4.rst.txt29 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,
/trusted-firmware-a/tools/nxp/create_pbl/
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()
/trusted-firmware-a/tools/marvell/doimage/
A Ddoimage.c242 uint32_t sum = 0; in checksum32() local
246 sum += *startp; in checksum32()
251 return sum; in checksum32()
/trusted-firmware-a/docs/design/
A Dpsci-pd-tree.rst69 to consider at the next level. The sum of the values (number of children) of
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dpsci-pd-tree.rst.txt69 to consider at the next level. The sum of the values (number of children) of
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …t:[28,119,123,124],suit:[25,29,92,143],suitabl:[2,6,11,38,53,55,56,59,126],sum:[41,53,136],sumit:4…
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst84 The ``coherent_ram`` section is a sum of all sections like ``bakery_lock`` which are
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt84 The ``coherent_ram`` section is a sum of all sections like ``bakery_lock`` which are
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex5407 The \sphinxcode{\sphinxupquote{coherent\_ram}} section is a sum of all sections like \sphinxcode{\s…
32205 to consider at the next level. The sum of the values (number of children) of
44984 that may occur when computing the sum of a base pointer and an offset. This
44985 macro evaluates to 1 if the sum of the given base pointer and offset would
45004 overflows when the sum of its two parameters fall into the \sphinxcode{\sphinxupquote{{[}2\textasci…
45055 sum of \sphinxcode{\sphinxupquote{image\_src}} and \sphinxcode{\sphinxupquote{block\_size}} overflo…
45077 arguments through the SMC interface and injects high values whose sum overflows,

Completed in 122 milliseconds