Home
last modified time | relevance | path

Searched refs:Hash (Results 1 – 25 of 109) sorted by relevance

12345

/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.set/
H A Dswap_member.pass.cpp29 typedef test_hash<std::hash<int> > Hash; in main() typedef
32 typedef std::unordered_set<int, Hash, Compare, Alloc> C; in main()
34 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
35 C c2(0, Hash(2), Compare(2), Alloc(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)); in main()
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.set/
H A Dswap_member.pass.cpp29 typedef test_hash<std::hash<int> > Hash; in main() typedef
32 typedef std::unordered_set<int, Hash, Compare, Alloc> C; in main()
34 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
35 C c2(0, Hash(2), Compare(2), Alloc(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)); in main()
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.multiset/
H A Dswap_member.pass.cpp29 typedef test_hash<std::hash<int> > Hash; in main() typedef
32 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C; in main()
34 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
35 C c2(0, Hash(2), Compare(2), Alloc(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)); in main()
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.multiset/
H A Dswap_member.pass.cpp29 typedef test_hash<std::hash<int> > Hash; in main() typedef
32 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C; in main()
34 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
35 C c2(0, Hash(2), Compare(2), Alloc(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)); in main()
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
H A Dswap_non_member.pass.cpp29 typedef test_hash<std::hash<int> > Hash; in main() typedef
32 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C; in main()
34 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
35 C c2(0, Hash(2), Compare(2), Alloc(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)); in main()
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.set/unord.set.swap/
H A Dswap_non_member.pass.cpp29 typedef test_hash<std::hash<int> > Hash; in main() typedef
32 typedef std::unordered_set<int, Hash, Compare, Alloc> C; in main()
34 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
35 C c2(0, Hash(2), Compare(2), Alloc(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)); in main()
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
H A Dswap_non_member.pass.cpp29 typedef test_hash<std::hash<int> > Hash; in main() typedef
32 typedef std::unordered_set<int, Hash, Compare, Alloc> C; in main()
34 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
35 C c2(0, Hash(2), Compare(2), Alloc(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)); in main()
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/
H A Dswap_non_member.pass.cpp29 typedef test_hash<std::hash<int> > Hash; in main() typedef
32 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C; in main()
34 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
35 C c2(0, Hash(2), Compare(2), Alloc(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)); in main()
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.map/
H A Dswap_member.pass.cpp31 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)); in main()
36 C c2(0, Hash(2), Compare(2), Alloc(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)); in main()
76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
H A Dswap_non_member.pass.cpp31 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)); in main()
36 C c2(0, Hash(2), Compare(2), Alloc(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)); in main()
76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.map/
H A Dswap_member.pass.cpp30 typedef test_hash<std::hash<int> > Hash; in main() typedef
33 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; in main()
35 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
36 C c2(0, Hash(2), Compare(2), Alloc(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)); in main()
76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.map/unord.map.swap/
H A Dswap_non_member.pass.cpp30 typedef test_hash<std::hash<int> > Hash; in main() typedef
33 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C; in main()
35 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
36 C c2(0, Hash(2), Compare(2), Alloc(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)); in main()
76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_non_member.pass.cpp30 typedef test_hash<std::hash<int> > Hash; in main() typedef
33 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C; in main()
35 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
36 C c2(0, Hash(2), Compare(2), Alloc(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_multimap<int, std::string, Hash, Compare, Alloc> C; in main()
75 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.multimap/
H A Dswap_member.pass.cpp31 typedef test_hash<std::hash<int> > Hash; in main() typedef
34 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C; in main()
36 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
37 C c2(0, Hash(2), Compare(2), Alloc(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_multimap<int, std::string, Hash, Compare, Alloc> C; in main()
76 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
77 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.multimap/
H A Dswap_member.pass.cpp31 typedef test_hash<std::hash<int> > Hash; in main() typedef
34 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C; in main()
36 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
37 C c2(0, Hash(2), Compare(2), Alloc(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_multimap<int, std::string, Hash, Compare, Alloc> C; in main()
76 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
77 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_non_member.pass.cpp30 typedef test_hash<std::hash<int> > Hash; in main() typedef
33 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C; in main()
35 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
36 C c2(0, Hash(2), Compare(2), Alloc(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_multimap<int, std::string, Hash, Compare, Alloc> C; in main()
75 C c1(0, Hash(1), Compare(1), Alloc(1)); in main()
76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(2), Alloc(2)); in main()
[all …]
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DMD5Test.cpp24 MD5 Hash; in TestMD5Sum() local
25 Hash.update(Input); in TestMD5Sum()
27 Hash.final(MD5Res); in TestMD5Sum()
34 MD5 Hash; in TestMD5Sum() local
35 Hash.update(Input); in TestMD5Sum()
37 Hash.final(MD5Res); in TestMD5Sum()
/minix3/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_pss.c75 const EVP_MD *Hash, const unsigned char *EM, in RSA_verify_PKCS1_PSS() argument
78 return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen); in RSA_verify_PKCS1_PSS()
82 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in RSA_verify_PKCS1_PSS_mgf1() argument
95 mgf1Hash = Hash; in RSA_verify_PKCS1_PSS_mgf1()
97 hLen = EVP_MD_size(Hash); in RSA_verify_PKCS1_PSS_mgf1()
155 if (!EVP_DigestInit_ex(&ctx, Hash, NULL) in RSA_verify_PKCS1_PSS_mgf1()
182 const EVP_MD *Hash, int sLen) in RSA_padding_add_PKCS1_PSS() argument
184 return RSA_padding_add_PKCS1_PSS_mgf1(rsa, EM, mHash, Hash, NULL, sLen); in RSA_padding_add_PKCS1_PSS()
189 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in RSA_padding_add_PKCS1_PSS_mgf1() argument
199 mgf1Hash = Hash; in RSA_padding_add_PKCS1_PSS_mgf1()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/include/experimental/
H A Dfunctional50 class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>,
55 class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>,
65 class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>,
67 boyer_moore_searcher<RandomAccessIterator, Hash, BinaryPredicate>
70 Hash hf = Hash(), BinaryPredicate pred = BinaryPredicate());
73 class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>,
75 boyer_moore_horspool_searcher<RandomAccessIterator, Hash, BinaryPredicate>
78 Hash hf = Hash(), BinaryPredicate pred = BinaryPredicate());
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h56 DIEHash &Hash;
58 HashingByteStreamer(DIEHash &H) : Hash(H) {} in HashingByteStreamer()
60 Hash.update(Byte); in EmitInt8()
63 Hash.addSLEB128(DWord); in EmitSLEB128()
66 Hash.addULEB128(DWord); in EmitULEB128()
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfIndexed.h31 MD5 Hash; in MD5Hash() local
32 Hash.update(Str); in MD5Hash()
34 Hash.final(Result); in MD5Hash()
/minix3/external/bsd/file/dist/magic/magdir/
H A Dperl63 # The Perl module Hash::SharedMem
64 # <https://metacpan.org/release/Hash-SharedMem> defines a file format
67 0 bequad =0xa58afd185cbf5af7 Hash::SharedMem master file, big-endian
73 0 lequad =0xa58afd185cbf5af7 Hash::SharedMem master file, little-endian
79 0 bequad =0xc693dac5ed5e47c2 Hash::SharedMem data file, big-endian
85 0 lequad =0xc693dac5ed5e47c2 Hash::SharedMem data file, little-endian
/minix3/external/bsd/libc++/dist/libcxx/include/ext/
H A Dhash_set21 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
29 typedef Hash hasher;
93 template <class Value, class Hash, class Pred, class Alloc>
94 void swap(hash_set<Value, Hash, Pred, Alloc>& x,
95 hash_set<Value, Hash, Pred, Alloc>& y);
97 template <class Value, class Hash, class Pred, class Alloc>
99 operator==(const hash_set<Value, Hash, Pred, Alloc>& x,
100 const hash_set<Value, Hash, Pred, Alloc>& y);
102 template <class Value, class Hash, class Pred, class Alloc>
104 operator!=(const hash_set<Value, Hash, Pred, Alloc>& x,
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-profdata/
H A Dcompat.proftext13 # FUNC_COUNT_ONLY: Hash: 0x{{0+$}}
24 # SPACES: Hash: 0x{{0+}}400
39 # LARGENUM: Hash: 0x3fffffffffffffff
H A Dgeneral.proftext10 # FUNC_COUNT_ONLY: Hash: 0x{{0+$}}
21 # SPACES: Hash: 0x{{0+}}400
36 # LARGENUM: Hash: 0x3fffffffffffffff

12345