Home
last modified time | relevance | path

Searched defs:XxHash64 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/
Dsixty_four.rs27 pub struct XxHash64 { struct
28 total_len: u64,
29 seed: u64,
30 core: XxCore,
32 buffer: Buffer,
173 impl XxHash64 { impl
175 pub fn with_seed(seed: u64) -> XxHash64 { in with_seed()
269 impl Default for XxHash64 { implementation
275 impl Hasher for XxHash64 { implementation
Ddigest_0_10_support.rs33 impl Update for XxHash64 { implementation
39 impl OutputSizeUser for XxHash64 { implementation
43 impl FixedOutput for XxHash64 { implementation
50 impl HashMarker for XxHash64 {} implementation
Dstd_support.rs25 fn build_hasher(&self) -> XxHash64 { in build_hasher()
Ddigest_0_9_support.rs55 impl Digest for XxHash64 { implementation
Ddigest_support.rs55 impl Digest for XxHash64 { implementation
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/zero-allocation-hashing/main/java/io/grpc/xds/
H A DXxHash64.java36 final class XxHash64 { class
50 XxHash64(long seed) { in XxHash64() method in XxHash64