Searched refs:hash2 (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java93 int hash2 = -1;
96 hash2 = currentTxn.hashCode();
97 assertTrue(hash == hash2);
101 hash2 = -1;
116 hash2 = currentTxn.hashCode();
119 assertTrue(hash == hash2);
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_deprecated.rb41 hash2 = Psych.load Psych.dump hash
42 qe = hash2[:qe]
76 hash2 = Psych.load Psych.dump hash
77 qe = hash2[:qe]
100 hash2 = Psych.load Psych.dump hash
101 yi = hash2[:yi]
131 hash2 = Psych.load Psych.dump hash
132 yi = hash2[:yi]
/macosx-10.10.1/ruby-106/ruby/
H A Dhash.c1234 rb_hash_initialize_copy(VALUE hash, VALUE hash2) argument
1239 hash2 = to_hash(hash2);
1241 Check_Type(hash2, T_HASH);
1243 if (hash == hash2) return hash;
1246 if (RHASH(hash2)->ntbl) {
1248 RHASH(hash)->ntbl = st_copy(RHASH(hash2)->ntbl);
1256 if (FL_TEST(hash2, HASH_PROC_DEFAULT)) {
1262 RHASH_IFNONE(hash) = RHASH_IFNONE(hash2);
1280 rb_hash_replace(VALUE hash, VALUE hash2) argument
1725 hash_equal(VALUE hash1, VALUE hash2, int eql) argument
1776 rb_hash_equal(VALUE hash1, VALUE hash2) argument
1790 rb_hash_eql(VALUE hash1, VALUE hash2) argument
1926 rb_hash_update(VALUE hash1, VALUE hash2) argument
1971 rb_hash_update_by(VALUE hash1, VALUE hash2, rb_hash_update_func *func) argument
2008 rb_hash_merge(VALUE hash1, VALUE hash2) argument
[all...]
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash_func.c47 static u_int32_t hash2(const void *, size_t) __unused;
87 hash2(keyarg, len) function
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Djoin.t69 my %hash2 ;
92 ok 12, my $db2 = tie %hash2, 'BerkeleyDB::Hash',
232 untie %hash2 ;
/macosx-10.10.1/apr-32/apr-util/apr-util/test/
H A Dtestpass.c184 const char *hash2 = "$2a$08$qipUJiI9fySUN38hcbz.lucXvAmtgowKOWYtB9y3CXyl6lTknruou"; local
196 apr_password_validate(pass3, hash2));
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dhashtab.c461 hashval_t hash2; local
468 hash2 = htab_mod_m2 (hash, htab);
471 index += hash2;
562 hashval_t index, hash2; local
575 hash2 = htab_mod_m2 (hash, htab);
579 index += hash2;
612 hashval_t index, hash2; local
637 hash2 = htab_mod_m2 (hash, htab);
641 index += hash2;
821 hash(), hash2(), hash
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duhash.c855 uhash_equals(const UHashtable* hash1, const UHashtable* hash2){ argument
858 if(hash1==hash2){
870 if (hash1==NULL || hash2==NULL ||
871 hash1->keyComparator != hash2->keyComparator ||
872 hash1->valueComparator != hash2->valueComparator ||
883 count2 = uhash_count(hash2);
894 * value from hash2. If the hashes are equal then then both hashes should
897 const UHashElement* elem2 = _uhash_find(hash2, key1, hash2->keyHasher(key1));
H A Duhash.h660 * @param hash2
664 uhash_equals(const UHashtable* hash1, const UHashtable* hash2);
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-btree.t1423 my %hash2 ;
1437 ok(167, tie(%hash2, 'DB_File',$Dfile2, O_RDWR|O_CREAT, 0640, $dbh2 ) );
1443 $hash2{defg} = 5;
1444 $hash2{xyz} = 2;
1445 $hash2{abcde} = 5;
1451 ok(171, safeUntie \%hash2);
H A Ddb-hash.t893 my %hash2 ;
907 ok(128, tie(%hash2, 'DB_File',$Dfile2, O_RDWR|O_CREAT, 0640, $dbh2 ) );
913 $hash2{defg} = 5;
914 $hash2{xyz} = 2;
915 $hash2{abcde} = 5;
921 ok(132, safeUntie \%hash2);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dasm.h137 #define hash2 979 /* pointer to second hash pteg */ macro
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/names/
H A Dt_names.c616 unsigned int hash2; local
631 hash2 = dns_name_hash(&dns_name2, ISC_TRUE);
633 if (hash1 == hash2)
640 hash2 = dns_name_hash(&dns_name2, ISC_FALSE);
642 if (hash1 == hash2)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c4431 cmpfn_eql (h, key1, hash1, key2, hash2)
4434 unsigned hash1, hash2;
4447 cmpfn_equal (h, key1, hash1, key2, hash2)
4450 unsigned hash1, hash2;
4452 return hash1 == hash2 && !NILP (Fequal (key1, key2));
4461 cmpfn_user_defined (h, key1, hash1, key2, hash2)
4464 unsigned hash1, hash2;
4466 if (hash1 == hash2)
5113 unsigned hash2 = sxhash (XCAR (list), depth + 1);
5114 hash = SXHASH_COMBINE (hash, hash2);
5083 unsigned hash2 = sxhash (XCAR (list), depth + 1); local
5089 unsigned hash2 = sxhash (list, depth + 1); local
5111 unsigned hash2 = sxhash (AREF (vec, i), depth + 1); local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dloctest.cpp583 int32_t hash2 = test2.hashCode(); local
586 test_assert(hash1 == hash2);
588 test_assert(hash2 == hash3);
670 int32_t hash2 = test2.hashCode(); local
673 test_assert(hash1 == hash2);
674 test_assert(hash2 == hash3);
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dserver.m972 CFIndex hash2 = CFHash(cred2->uuid);
974 if (hash1 < hash2)
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dintern.h480 VALUE rb_hash_update_by(VALUE hash1, VALUE hash2, rb_hash_update_func *func);

Completed in 197 milliseconds