Home
last modified time | relevance | path

Searched defs:Hash128 (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/siphasher/src/
Dsip128.rs24 pub struct Hash128 { struct
29 impl From<u128> for Hash128 { argument
164 fn finish128(&self) -> Hash128; in finish128()
206 pub fn hash(&self, bytes: &[u8]) -> Hash128 { in hash()
216 fn finish128(&self) -> Hash128 { in finish128()
262 pub fn hash(&self, bytes: &[u8]) -> Hash128 { in hash()
272 fn finish128(&self) -> Hash128 { in finish128()
318 pub fn hash(&self, bytes: &[u8]) -> Hash128 { in hash()
328 fn finish128(&self) -> Hash128 { in finish128()
404 pub fn finish128(&self) -> Hash128 { in finish128()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/
Ddigest_0_10_support.rs75 impl Update for xxh3::Hash128 { implementation
81 impl OutputSizeUser for xxh3::Hash128 { implementation
85 impl FixedOutput for xxh3::Hash128 { implementation
92 impl HashMarker for xxh3::Hash128 {} implementation
Dxxh3.rs147 pub struct Hash128(State); struct
149 impl Hash128 { implementation
159 impl Hasher for Hash128 { implementation
175 impl HasherExt for Hash128 { implementation
Dstd_support.rs109 fn build_hasher(&self) -> Hash128 { in build_hasher()
Ddigest_0_9_support.rs139 impl Digest for xxh3::Hash128 { implementation
Ddigest_support.rs139 impl Digest for xxh3::Hash128 { implementation
/aosp_15_r20/external/libtextclassifier/native/utils/hash/
H A Dfarmhash.h221 inline uint128_t Hash128(const Str& s) { in Hash128() function
H A Dfarmhash.cc1475 uint128_t Hash128(const char* s, size_t len) { in Hash128() function
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/hash/
H A Dfarmhash.h219 inline uint128_t Hash128(const Str& s) { in Hash128() function
H A Dfarmhash.cc1473 uint128_t Hash128(const char* s, size_t len) { in Hash128() function