Searched refs:hash2 (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/common/ |
D | uhash.c | 880 uhash_equals(const UHashtable* hash1, const UHashtable* hash2){ in uhash_equals() argument 884 if(hash1==hash2){ in uhash_equals() 896 if (hash1==NULL || hash2==NULL || in uhash_equals() 897 hash1->keyComparator != hash2->keyComparator || in uhash_equals() 898 hash1->valueComparator != hash2->valueComparator || in uhash_equals() 909 count2 = uhash_count(hash2); in uhash_equals() 923 const UHashElement* elem2 = _uhash_find(hash2, key1, hash2->keyHasher(key1)); in uhash_equals()
|
D | uhash.h | 726 uhash_equals(const UHashtable* hash1, const UHashtable* hash2);
|
/external/chromium/third_party/icu/source/common/ |
D | uhash.c | 879 uhash_equals(const UHashtable* hash1, const UHashtable* hash2){ in uhash_equals() argument 883 if(hash1==hash2){ in uhash_equals() 895 if (hash1==NULL || hash2==NULL || in uhash_equals() 896 hash1->keyComparator != hash2->keyComparator || in uhash_equals() 897 hash1->valueComparator != hash2->valueComparator || in uhash_equals() 908 count2 = uhash_count(hash2); in uhash_equals() 922 const UHashElement* elem2 = _uhash_find(hash2, key1, hash2->keyHasher(key1)); in uhash_equals()
|
D | uhash.h | 726 uhash_equals(const UHashtable* hash1, const UHashtable* hash2);
|
/external/webkit/WebKit/mac/Misc/ |
D | WebIconDatabase.mm | 450 UInt32 hash2; 465 hash2 = len; 467 hash2 = (37 * hash2) ^ s[cnt]; 471 …thSize, "%.2u/%.2u/%.10u-%.10u.cache", ((hash1 & 0xff) >> 4), ((hash2 & 0xff) >> 4), hash1, hash2); 473 …ze, "%.2lu/%.2lu/%.10lu-%.10lu.cache", ((hash1 & 0xff) >> 4), ((hash2 & 0xff) >> 4), hash1, hash2);
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | loctest.cpp | 575 int32_t hash2 = test2.hashCode(); in TestSimpleObjectStuff() local 578 test_assert(hash1 == hash2); in TestSimpleObjectStuff() 580 test_assert(hash2 == hash3); in TestSimpleObjectStuff() 662 int32_t hash2 = test2.hashCode(); in TestPOSIXParsing() local 665 test_assert(hash1 == hash2); in TestPOSIXParsing() 666 test_assert(hash2 == hash3); in TestPOSIXParsing()
|
/external/icu4c/test/intltest/ |
D | loctest.cpp | 579 int32_t hash2 = test2.hashCode(); in TestSimpleObjectStuff() local 582 test_assert(hash1 == hash2); in TestSimpleObjectStuff() 584 test_assert(hash2 == hash3); in TestSimpleObjectStuff() 666 int32_t hash2 = test2.hashCode(); in TestPOSIXParsing() local 669 test_assert(hash1 == hash2); in TestPOSIXParsing() 670 test_assert(hash2 == hash3); in TestPOSIXParsing()
|
/external/grub/netboot/ |
D | tlan.c | 2682 u32 hash2 = 0; 2707 hash2 |= ( 1 << ( offset - 32 ) ); 2714 TLan_DioWrite32( dev->base_addr, TLAN_HASH_2, hash2 );
|
/external/v8/test/cctest/ |
D | test-api.cc | 1418 int hash2 = v8::Object::New()->GetIdentityHash(); in THREADED_TEST() local 1422 CHECK_NE(hash, hash2); in THREADED_TEST()
|