Searched refs:compute_checksum (Results 1 – 7 of 7) sorted by relevance
/external/crosvm/x86_64/src/ |
D | mptable.rs | 90 fn compute_checksum<T: Copy>(v: &T) -> u8 { in compute_checksum() function 101 let checksum = compute_checksum(v).wrapping_sub(v.checksum); in mpf_intel_compute_checksum() 186 checksum = checksum.wrapping_add(compute_checksum(&mpc_cpu)); in setup_mptable() 200 checksum = checksum.wrapping_add(compute_checksum(&mpc_ioapic)); in setup_mptable() 212 checksum = checksum.wrapping_add(compute_checksum(&mpc_bus)); in setup_mptable() 224 checksum = checksum.wrapping_add(compute_checksum(&mpc_bus)); in setup_mptable() 240 checksum = checksum.wrapping_add(compute_checksum(&mpc_intsrc)); in setup_mptable() 258 checksum = checksum.wrapping_add(compute_checksum(&mpc_intsrc)); in setup_mptable() 277 checksum = checksum.wrapping_add(compute_checksum(&mpc_intsrc)); in setup_mptable() 295 checksum = checksum.wrapping_add(compute_checksum(&mpc_intsrc)); in setup_mptable() [all …]
|
D | smbios.rs | 73 fn compute_checksum<T: Copy>(v: &T) -> u8 { in compute_checksum() function 251 smbios_ep.checksum = compute_checksum(&smbios_ep); in setup_smbios_from_file() 274 smbios_ep.dmi.checksum = compute_checksum(&smbios_ep.dmi); in setup_smbios_from_file() 276 smbios_ep.checksum = compute_checksum(&smbios_ep); in setup_smbios_from_file() 355 smbios_ep.checksum = compute_checksum(&smbios_ep); in setup_smbios() 401 assert_eq!(compute_checksum(&smbios_ep), 0); in entrypoint_checksum()
|
/external/skqp/src/utils/ |
D | SkWhitelistTypefaces.cpp | 65 static uint32_t compute_checksum(const SkTypeface* tf) { in compute_checksum() function 173 uint32_t checksum = compute_checksum(tf); in WhitelistSerializeTypeface() 211 uint32_t checksum = compute_checksum(tf.get()); in CheckChecksums() 266 uint32_t checksum = compute_checksum(tf.get()); in GenerateChecksums()
|
/external/autotest/client/common_lib/ |
D | packages.py | 758 def compute_checksum(self, pkg_path): member in BasePackageManager 791 new_checksum = self.compute_checksum(pkg_path) 824 local_checksum = self.compute_checksum(pkg_path) 868 new_checksum = self.compute_checksum(tarball_path) 884 pkg_checksum = self.compute_checksum(tarball_path)
|
/external/igt-gpu-tools/lib/ |
D | igt_edid.c | 285 static uint8_t compute_checksum(const uint8_t *buf, size_t size) in compute_checksum() function 307 edid->checksum = compute_checksum((uint8_t *) edid, in edid_update_checksum() 314 compute_checksum((uint8_t *) ext, in edid_update_checksum()
|
/external/autotest/utils/ |
D | packager.py | 156 md5sum = pkgmgr.compute_checksum(tarball_path)
|
/external/python/cpython3/Tools/clinic/ |
D | clinic.py | 1606 computed = compute_checksum(output, len(checksum)) 1663 … arguments="output={} input={}".format(compute_checksum(output, 16), compute_checksum(input, 16)) 2070 def compute_checksum(input, length=None): function
|