Home
last modified time | relevance | path

Searched defs:hash_bytes (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/m133/tests/
DChecksumTest.cpp86 auto hash_bytes = [&](int n) { return SkChecksum::Hash32(bytes, n); }; in DEF_TEST() local
/third_party/rust/rust/library/core/benches/hash/
Dsip.rs6 fn hash_bytes<H: Hasher>(mut s: H, x: &[u8]) -> u64 { in hash_bytes() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/coverageinfo/
Dmod.rs381 pub(crate) fn hash_bytes(bytes: Vec<u8>) -> u64 { in hash_bytes() function
/third_party/rust/rust/compiler/rustc_span/src/
Dlib.rs1243 pub fn hash_bytes(&self) -> &[u8] { in hash_bytes() method