Home
last modified time | relevance | path

Searched defs:compute_checksum (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8183/
H A Dmemory.c64 static u32 compute_checksum(const struct dramc_param *dparam) in compute_checksum() function
/aosp_15_r20/external/coreboot/src/drivers/intel/i210/
H A Di210.c71 static uint32_t compute_checksum(struct device *dev, uint16_t *checksum) in compute_checksum() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/icmp/
Dicmp_header.hpp75 void compute_checksum(icmp_header& header, in compute_checksum() function
/aosp_15_r20/external/flashrom/
H A Dcbtable.c101 static unsigned long compute_checksum(void *addr, unsigned long length) in compute_checksum() function
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_edid.c285 static uint8_t compute_checksum(const uint8_t *buf, size_t size) in compute_checksum() function
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dmptable.rs74 fn compute_checksum<T: AsBytes>(v: &T) -> u8 { in compute_checksum() function
H A Dsmbios.rs72 fn compute_checksum<T: Copy>(v: &T) -> u8 { in compute_checksum() function
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/
Dgenerate_test_vectors.py234 def compute_checksum(parent: Packet, field_id: str) -> int: function
/aosp_15_r20/external/autotest/client/common_lib/
H A Dpackages.py758 def compute_checksum(self, pkg_path): member in BasePackageManager
/aosp_15_r20/external/python/cpython3/Tools/clinic/
Dclinic.py2171 def compute_checksum(input, length=None): function