/external/python/cryptography/vectors/cryptography_vectors/KDF/ |
D | ansx963_2001.txt | 15 Hash input 1 = 1c7d7b5f0597b03d06a018466ed1a93e30ed4b04dc64ccdd00000001 23 Hash input 1 = 5ed096510e3fcf782ceea98e9737993e2b21370f6cda2ab100000001 31 Hash input 1 = 9fb06aa8dd20e947c9216359630e588b6cd522dd71865ab000000001 39 Hash input 1 = 613411bedfba26cbddec4fd68c3ae2c40a2255ae0f5c46ee00000001 47 Hash input 1 = 445776ec51f2c9aae125dd6d6832210eee69249c4c7ad2db00000001 55 Hash input 1 = 1c3a4b420de31f5092e0568847d8ba9f84376ccfe5224c1900000001 63 Hash input 1 = 0147fee06dd9918cd1654132227313b104bf99b1ad1f1c4600000001 71 Hash input 1 = 50ee47d625dcb6a6196c148d452e99bb0a1cf1fa82cdc3a900000001 79 Hash input 1 = ea2c79dc2ef00afa448cb8d390998d5a18f27f5d888e472c00000001 87 Hash input 1 = 424d414d4b63c7cafe05d4d8bf8b6ce4438eb329a650354f00000001 [all …]
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | StableHashing.h | 36 inline void stable_hash_append(stable_hash &Hash, const char Value) { in stable_hash_append() argument 37 Hash = Hash ^ (Value & 0xFF); in stable_hash_append() 38 Hash = Hash * FNV_PRIME_64; in stable_hash_append() 41 inline void stable_hash_append(stable_hash &Hash, stable_hash Value) { in stable_hash_append() argument 43 stable_hash_append(Hash, static_cast<char>(Value)); in stable_hash_append() 52 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local 53 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine() 54 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine() 55 return Hash; in stable_hash_combine() 60 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local [all …]
|
/external/libcxx/test/support/ |
D | poisoned_hash_helper.hpp | 26 template <class Hash, class Key, class InputKey = Key> 35 template <class Hash, class Key> 131 template <class Hash, class Key, class InputKey> 135 static_assert(std::is_destructible<Hash>::value, ""); in test_hash_enabled() 137 static_assert(std::is_default_constructible<Hash>::value, ""); in test_hash_enabled() 138 static_assert(std::is_copy_constructible<Hash>::value, ""); in test_hash_enabled() 139 static_assert(std::is_move_constructible<Hash>::value, ""); in test_hash_enabled() 140 static_assert(std::is_copy_assignable<Hash>::value, ""); in test_hash_enabled() 141 static_assert(std::is_move_assignable<Hash>::value, ""); in test_hash_enabled() 144 static_assert(std::is_swappable<Hash>::value, ""); in test_hash_enabled() [all …]
|
/external/llvm-project/libcxx/test/support/ |
D | poisoned_hash_helper.h | 25 template <class Hash, class Key, class InputKey = Key> 34 template <class Hash, class Key> 130 template <class Hash, class Key, class InputKey> 134 static_assert(std::is_destructible<Hash>::value, ""); in test_hash_enabled() 136 static_assert(std::is_default_constructible<Hash>::value, ""); in test_hash_enabled() 137 static_assert(std::is_copy_constructible<Hash>::value, ""); in test_hash_enabled() 138 static_assert(std::is_move_constructible<Hash>::value, ""); in test_hash_enabled() 139 static_assert(std::is_copy_assignable<Hash>::value, ""); in test_hash_enabled() 140 static_assert(std::is_move_assignable<Hash>::value, ""); in test_hash_enabled() 143 static_assert(std::is_swappable<Hash>::value, ""); in test_hash_enabled() [all …]
|
/external/llvm-project/clang/test/Profile/Inputs/ |
D | cxx-hash-v2.proftext | 2 # Func Hash: 11 # Func Hash: 20 # Func Hash: 29 # Func Hash: 38 # Func Hash: 48 # Func Hash: 60 # Func Hash: 72 # Func Hash: 81 # Func Hash: 91 # Func Hash: [all …]
|
/external/llvm-project/compiler-rt/test/fuzzer/ |
D | SimpleHashTest.cpp | 17 uint32_t Hash = 0x12039854; in simple_hash() local 19 Hash += Data[i]; in simple_hash() 20 Hash += (Hash << 10); in simple_hash() 21 Hash ^= (Hash >> 6); in simple_hash() 23 Hash += (Hash << 3); in simple_hash() 24 Hash ^= (Hash >> 11); in simple_hash() 25 Hash += (Hash << 15); in simple_hash() 26 return Hash; in simple_hash() 33 uint32_t Hash = simple_hash(&Data[0], Size - 4); in LLVMFuzzerTestOneInput() local 35 if (Hash != Want) in LLVMFuzzerTestOneInput() [all …]
|
D | CrossOverTest.cpp | 27 uint32_t Hash = 0x12039854; in simple_hash() local 29 Hash += Data[i]; in simple_hash() 30 Hash += (Hash << 10); in simple_hash() 31 Hash ^= (Hash >> 6); in simple_hash() 33 Hash += (Hash << 3); in simple_hash() 34 Hash ^= (Hash >> 11); in simple_hash() 35 Hash += (Hash << 15); in simple_hash() 36 return Hash; in simple_hash()
|
/external/llvm/lib/Fuzzer/test/ |
D | SimpleHashTest.cpp | 16 uint32_t Hash = 0x12039854; in simple_hash() local 18 Hash += Data[i]; in simple_hash() 19 Hash += (Hash << 10); in simple_hash() 20 Hash ^= (Hash >> 6); in simple_hash() 22 Hash += (Hash << 3); in simple_hash() 23 Hash ^= (Hash >> 11); in simple_hash() 24 Hash += (Hash << 15); in simple_hash() 25 return Hash; in simple_hash() 32 uint32_t Hash = simple_hash(&Data[0], Size - 4); in LLVMFuzzerTestOneInput() local 34 if (Hash != Want) in LLVMFuzzerTestOneInput() [all …]
|
/external/rust/crates/ring/tests/ |
D | digest_tests.txt | 3 Hash = SHA1 8 Hash = SHA1 13 Hash = SHA1 18 Hash = SHA1 25 Hash = SHA256 30 Hash = SHA256 37 Hash = SHA384 42 Hash = SHA384 49 Hash = SHA512 54 Hash = SHA512 [all …]
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | Hash.cpp | 57 uint32_t Hash = 0xb170a1bf; in hashStringV2() local 65 Hash += Item; in hashStringV2() 66 Hash += (Hash << 10); in hashStringV2() 67 Hash ^= (Hash >> 6); in hashStringV2() 71 Hash += Item; in hashStringV2() 72 Hash += (Hash << 10); in hashStringV2() 73 Hash ^= (Hash >> 6); in hashStringV2() 76 return Hash * 1664525L + 1013904223L; in hashStringV2() 127 uint32_t Hash = 0; in hashBufferV8() local 129 Hash = (Hash >> 8) ^ V8HashTable[(Hash & 0xff) ^ Byte]; in hashBufferV8() [all …]
|
/external/llvm-project/llvm/test/Transforms/PGOProfile/Inputs/ |
D | cspgo.proftext | 4 # Func Hash: 13 # Func Hash: 22 # Func Hash: 30 # Func Hash: 38 # Func Hash: 47 # Func Hash: 56 # Func Hash: 73 # Func Hash: 82 # Func Hash: 94 # Func Hash: [all …]
|
/external/libchrome/base/ |
D | hash_unittest.cc | 18 EXPECT_EQ(0u, Hash(str)); in TEST() 22 EXPECT_EQ(2794219650u, Hash(str)); in TEST() 26 EXPECT_EQ(1006697176u, Hash(str)); in TEST() 31 EXPECT_EQ(2319902537u, Hash(str)); in TEST() 36 EXPECT_EQ(553904462u, Hash(str)); in TEST() 44 EXPECT_EQ(2797962408u, Hash(str)); in TEST() 54 EXPECT_EQ(615571198u, Hash(str)); in TEST() 57 EXPECT_EQ(623474296u, Hash(str)); in TEST() 60 EXPECT_EQ(4278562408u, Hash(str)); in TEST() 63 EXPECT_EQ(3224633008u, Hash(str)); in TEST() [all …]
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_non_member.pass.cpp | 31 typedef test_hash<std::hash<int> > Hash; in main() typedef 34 typedef std::unordered_set<int, Hash, Compare, Alloc> C; in main() 35 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 36 C c2(0, Hash(2), Compare(2), Alloc(1, 2)); in main() 42 assert(c1.hash_function() == Hash(2)); in main() 51 assert(c2.hash_function() == Hash(1)); in main() 59 typedef test_hash<std::hash<int> > Hash; in main() typedef 62 typedef std::unordered_set<int, Hash, Compare, Alloc> C; in main() 75 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(1, 2)); in main() [all …]
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | swap_member.pass.cpp | 31 typedef test_hash<std::hash<int> > Hash; in main() typedef 34 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C; in main() 35 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 36 C c2(0, Hash(2), Compare(2), Alloc(1, 2)); in main() 42 assert(c1.hash_function() == Hash(2)); in main() 51 assert(c2.hash_function() == Hash(1)); in main() 59 typedef test_hash<std::hash<int> > Hash; in main() typedef 62 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C; in main() 75 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(1, 2)); in main() [all …]
|
/external/llvm-project/libcxx/test/std/containers/unord/unord.set/ |
D | swap_member.pass.cpp | 30 typedef test_hash<std::hash<int> > Hash; in main() typedef 33 typedef std::unordered_set<int, Hash, Compare, Alloc> C; in main() 34 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 35 C c2(0, Hash(2), Compare(2), Alloc(1, 2)); in main() 41 assert(c1.hash_function() == Hash(2)); in main() 50 assert(c2.hash_function() == Hash(1)); in main() 58 typedef test_hash<std::hash<int> > Hash; in main() typedef 61 typedef std::unordered_set<int, Hash, Compare, Alloc> C; in main() 74 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(1, 2)); in main() [all …]
|
/external/llvm-project/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_non_member.pass.cpp | 30 typedef test_hash<std::hash<int> > Hash; in main() typedef 33 typedef std::unordered_set<int, Hash, Compare, Alloc> C; in main() 34 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 35 C c2(0, Hash(2), Compare(2), Alloc(1, 2)); in main() 41 assert(c1.hash_function() == Hash(2)); in main() 50 assert(c2.hash_function() == Hash(1)); in main() 58 typedef test_hash<std::hash<int> > Hash; in main() typedef 61 typedef std::unordered_set<int, Hash, Compare, Alloc> C; in main() 74 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(1, 2)); in main() [all …]
|
/external/llvm-project/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/ |
D | swap_non_member.pass.cpp | 30 typedef test_hash<std::hash<int> > Hash; in main() typedef 33 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C; in main() 34 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 35 C c2(0, Hash(2), Compare(2), Alloc(1, 2)); in main() 41 assert(c1.hash_function() == Hash(2)); in main() 50 assert(c2.hash_function() == Hash(1)); in main() 58 typedef test_hash<std::hash<int> > Hash; in main() typedef 61 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C; in main() 74 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(1, 2)); in main() [all …]
|
/external/llvm-project/libcxx/test/std/containers/unord/unord.multiset/ |
D | swap_member.pass.cpp | 30 typedef test_hash<std::hash<int> > Hash; in main() typedef 33 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C; in main() 34 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 35 C c2(0, Hash(2), Compare(2), Alloc(1, 2)); in main() 41 assert(c1.hash_function() == Hash(2)); in main() 50 assert(c2.hash_function() == Hash(1)); in main() 58 typedef test_hash<std::hash<int> > Hash; in main() typedef 61 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C; in main() 74 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(1, 2)); in main() [all …]
|
/external/libcxx/test/std/containers/unord/unord.set/ |
D | swap_member.pass.cpp | 31 typedef test_hash<std::hash<int> > Hash; in main() typedef 34 typedef std::unordered_set<int, Hash, Compare, Alloc> C; in main() 35 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 36 C c2(0, Hash(2), Compare(2), Alloc(1, 2)); in main() 42 assert(c1.hash_function() == Hash(2)); in main() 51 assert(c2.hash_function() == Hash(1)); in main() 59 typedef test_hash<std::hash<int> > Hash; in main() typedef 62 typedef std::unordered_set<int, Hash, Compare, Alloc> C; in main() 75 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(1, 2)); in main() [all …]
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/ |
D | swap_non_member.pass.cpp | 31 typedef test_hash<std::hash<int> > Hash; in main() typedef 34 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C; in main() 35 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 36 C c2(0, Hash(2), Compare(2), Alloc(1, 2)); in main() 42 assert(c1.hash_function() == Hash(2)); in main() 51 assert(c2.hash_function() == Hash(1)); in main() 59 typedef test_hash<std::hash<int> > Hash; in main() typedef 62 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C; in main() 75 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(1, 2)); in main() [all …]
|
/external/llvm-project/llvm/unittests/Support/ |
D | raw_sha1_ostream_test.cpp | 34 auto Hash = toHex(Sha1Stream.sha1()); in TEST() local 36 ASSERT_EQ("2EF7BDE608CE5404E97D5F042F95F89F1C232871", Hash); in TEST() 42 std::string Hash = toHex({(const char *)Vec.data(), 20}); in TEST() local 43 ASSERT_EQ("2EF7BDE608CE5404E97D5F042F95F89F1C232871", Hash); in TEST() 58 std::string Hash = toHex(sha1.final()); in TEST() local 59 ASSERT_EQ("3E4A614101AD84985AB0FE54DC12A6D71551E5AE", Hash); in TEST() 67 auto Hash = toHex(Sha1Stream.sha1()); in TEST() local 69 ASSERT_EQ("F7FF9E8B7BB2E09B70935A5D785E0CC5D9D0ABF0", Hash); in TEST() 71 Hash = toHex(Sha1Stream.sha1()); in TEST() 78 ASSERT_EQ(NonSplitHash, Hash); in TEST() [all …]
|
/external/llvm-project/llvm/test/tools/llvm-profdata/Inputs/ |
D | multiple-profdata-merge.proftext | 4 # Func Hash: 15 # Func Hash: 28 # Func Hash: 38 # Func Hash: 51 # Func Hash: 59 # Func Hash: 67 # Func Hash: 75 # Func Hash: 83 # Func Hash: 91 # Func Hash: [all …]
|
/external/llvm-project/libcxx/test/std/containers/unord/unord.map/ |
D | swap_member.pass.cpp | 31 typedef test_hash<std::hash<int> > Hash; in main() typedef 34 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; in main() 35 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 36 C c2(0, Hash(2), Compare(2), Alloc(1, 2)); in main() 42 assert(c1.hash_function() == Hash(2)); in main() 51 assert(c2.hash_function() == Hash(1)); in main() 59 typedef test_hash<std::hash<int> > Hash; in main() typedef 62 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; in main() 75 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(1, 2)); in main() [all …]
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
D | swap_non_member.pass.cpp | 32 typedef test_hash<std::hash<int> > Hash; in main() typedef 35 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; in main() 36 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 37 C c2(0, Hash(2), Compare(2), Alloc(1, 2)); in main() 43 assert(c1.hash_function() == Hash(2)); in main() 52 assert(c2.hash_function() == Hash(1)); in main() 60 typedef test_hash<std::hash<int> > Hash; in main() typedef 63 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; in main() 76 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 77 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(1, 2)); in main() [all …]
|
/external/libcxx/test/std/containers/unord/unord.map/ |
D | swap_member.pass.cpp | 32 typedef test_hash<std::hash<int> > Hash; in main() typedef 35 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; in main() 36 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 37 C c2(0, Hash(2), Compare(2), Alloc(1, 2)); in main() 43 assert(c1.hash_function() == Hash(2)); in main() 52 assert(c2.hash_function() == Hash(1)); in main() 60 typedef test_hash<std::hash<int> > Hash; in main() typedef 63 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; in main() 76 C c1(0, Hash(1), Compare(1), Alloc(1, 1)); in main() 77 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(1, 2)); in main() [all …]
|