Searched refs:hash1 (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Djoin.t30 my %hash1 ;
35 ok 1, my $db1 = tie %hash1, 'BerkeleyDB::Hash',
68 my %hash1 ;
83 ok 11, my $db1 = tie %hash1, 'BerkeleyDB::Hash',
231 untie %hash1 ;
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash_func.c46 static u_int32_t hash1(const void *, size_t) __unused;
67 hash1(keyarg, len) function
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-hash.t892 my %hash1 ;
906 ok(127, tie(%hash1, 'DB_File',$Dfile, O_RDWR|O_CREAT, 0640, $dbh1 ) );
909 $hash1{DEFG} = 5;
910 $hash1{XYZ} = 2;
911 $hash1{ABCDE} = 5;
920 ok(131, safeUntie \%hash1);
932 my %hash1;
935 tie %hash1, 'DB_File',$Dfile, undef;
938 untie %hash1;
940 tie %hash1, 'DB_Fil
[all...]
H A Ddb-btree.t1422 my %hash1 ;
1436 ok(166, tie(%hash1, 'DB_File',$Dfile, O_RDWR|O_CREAT, 0640, $dbh1 ) );
1439 $hash1{DEFG} = 5;
1440 $hash1{XYZ} = 2;
1441 $hash1{ABCDE} = 5;
1450 ok(170, safeUntie \%hash1);
/macosx-10.10.1/ruby-106/ruby/
H A Dhash.c1725 hash_equal(VALUE hash1, VALUE hash2, int eql) argument
1729 if (hash1 == hash2) return Qtrue;
1735 return rb_eql(hash2, hash1);
1737 return rb_equal(hash2, hash1);
1739 if (RHASH_SIZE(hash1) != RHASH_SIZE(hash2))
1741 if (!RHASH(hash1)->ntbl || !RHASH(hash2)->ntbl)
1743 if (RHASH(hash1)->ntbl->type != RHASH(hash2)->ntbl->type)
1746 if (!(rb_equal(RHASH_IFNONE(hash1), RHASH_IFNONE(hash2)) &&
1747 FL_TEST(hash1, HASH_PROC_DEFAULT) == FL_TEST(hash2, HASH_PROC_DEFAULT)))
1753 return rb_exec_recursive_paired(recursive_eql, hash1, hash
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/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 ||
873 hash1->valueComparator == NULL)
882 count1 = uhash_count(hash1);
890 const UHashElement* elem1 = uhash_nextElement(hash1, &pos);
893 /* here the keys are not compared, instead the key form hash1 is used to fetch
899 if(hash1
[all...]
H A Duhash.h659 * @param hash1
664 uhash_equals(const UHashtable* hash1, const UHashtable* hash2);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dasm.h136 #define hash1 978 /* pointer to first hash pteg */ macro
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/names/
H A Dt_names.c615 unsigned int hash1; local
630 hash1 = dns_name_hash(&dns_name1, ISC_TRUE);
633 if (hash1 == hash2)
639 hash1 = dns_name_hash(&dns_name1, ISC_FALSE);
642 if (hash1 == hash2)
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dloctest.cpp582 int32_t hash1 = test1.hashCode(); local
586 test_assert(hash1 == hash2);
587 test_assert(hash1 == hash3);
669 int32_t hash1 = test1.hashCode(); local
673 test_assert(hash1 == hash2);
675 test_assert(hash3 == hash1);
/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)
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dserver.m971 CFIndex hash1 = CFHash(cred1->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 228 milliseconds