Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/twox-hash/src/
Dxxhash32.rs405 let mut byte_by_byte = Hasher::with_seed(0); in ingesting_byte_by_byte_is_equivalent_to_large_chunks() localVariable
409 let byte_by_byte = byte_by_byte.finish(); in ingesting_byte_by_byte_is_equivalent_to_large_chunks() localVariable
Dxxhash64.rs416 let mut byte_by_byte = Hasher::with_seed(0); in ingesting_byte_by_byte_is_equivalent_to_large_chunks() localVariable
420 let byte_by_byte = byte_by_byte.finish(); in ingesting_byte_by_byte_is_equivalent_to_large_chunks() localVariable