Home
last modified time | relevance | path

Searched defs:XxHash32 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/
Dthirty_two.rs32 pub struct XxHash32 { struct
33 total_len: u64,
34 seed: u32,
35 core: XxCore,
37 buffer: Buffer,
163 impl XxHash32 { implementation
165 pub fn with_seed(seed: u32) -> XxHash32 { in with_seed()
254 impl Default for XxHash32 { implementation
260 impl Hasher for XxHash32 { implementation
Ddigest_0_10_support.rs12 impl Update for XxHash32 { implementation
18 impl OutputSizeUser for XxHash32 { implementation
22 impl FixedOutput for XxHash32 { implementation
29 impl HashMarker for XxHash32 {} implementation
Dstd_support.rs55 fn build_hasher(&self) -> XxHash32 { in build_hasher()
Ddigest_0_9_support.rs13 impl Digest for XxHash32 { implementation
Ddigest_support.rs13 impl Digest for XxHash32 { implementation