Home
last modified time | relevance | path

Searched defs:fnv1a (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/fnv/
Dlib.rs147 fn fnv1a(bytes: &[u8]) -> u64 { in fnv1a() function
/aosp_15_r20/external/pigweed/pw_stream/
H A Dmpsc_stream_test.cc59 void fnv1a(ConstByteSpan bytes, uint64_t& hash) { in fnv1a() function