Searched refs:hash3 (Results 1 – 4 of 4) sorted by relevance
634 int32_t hash3 = test3.hashCode(); in TestSimpleObjectStuff() local637 test_assert(hash1 == hash3); in TestSimpleObjectStuff()638 test_assert(hash2 == hash3); in TestSimpleObjectStuff()721 int32_t hash3 = test3.hashCode(); in TestPOSIXParsing() local724 test_assert(hash2 == hash3); in TestPOSIXParsing()725 test_assert(hash3 == hash1); in TestPOSIXParsing()
209 size_t hash3 = rhit->second.unique_hash; in TEST_F() local227 EXPECT_THAT(peerit->link_hash, Eq(hash3)); in TEST_F()
350 size_t const hash3 = ZSTD_hash3Ptr(ip, hashLog3); in ZSTD_insertAndFindFirstIndexHash3() local359 return hashTable3[hash3]; in ZSTD_insertAndFindFirstIndexHash3()
4707 let hash3 = compute_hash(&map, 3); in test_raw_entry() localVariable4708 match map.raw_entry_mut().from_key_hashed_nocheck(hash3, &3) { in test_raw_entry()4715 assert_eq!(map.raw_entry().from_hash(hash3, |k| *k == 3), None); in test_raw_entry()4716 assert_eq!(map.raw_entry().from_key_hashed_nocheck(hash3, &3), None); in test_raw_entry()