Home
last modified time | relevance | path

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

/external/rust/crates/ahash/tests/
Dmap_tests.rs124 check_for_collisions(&hasher, &word_pairs, 32); in test_hash_common_words()
128 fn check_for_collisions<T: Hasher, H: Hash>(hasher: &impl Fn() -> T, items: &[H], bucket_count: usi… in check_for_collisions() function
164 check_for_collisions(&hasher, &sequence, 32); in test_bucket_distribution()
166 check_for_collisions(&hasher, &sequence, 256); in test_bucket_distribution()
168 check_for_collisions(&hasher, &sequence, 32); in test_bucket_distribution()
170 check_for_collisions(&hasher, &sequence, 256); in test_bucket_distribution()