Home
last modified time | relevance | path

Searched refs:hash_bytes_long (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/foldhash/src/
Dfast.rs6 use crate::{folded_multiply, hash_bytes_long, hash_bytes_medium, rotate_right, ARBITRARY3};
92 self.accumulator = hash_bytes_long( in write()
Dlib.rs252 fn hash_bytes_long( in hash_bytes_long() function