Searched refs:hash1 (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/common/ |
D | uhash.c | 872 uhash_equals(const UHashtable* hash1, const UHashtable* hash2){ in uhash_equals() argument 876 if(hash1==hash2){ in uhash_equals() 888 if (hash1==NULL || hash2==NULL || in uhash_equals() 889 hash1->keyComparator != hash2->keyComparator || in uhash_equals() 890 hash1->valueComparator != hash2->valueComparator || in uhash_equals() 891 hash1->valueComparator == NULL) in uhash_equals() 900 count1 = uhash_count(hash1); in uhash_equals() 908 const UHashElement* elem1 = uhash_nextElement(hash1, &pos); in uhash_equals() 917 if(hash1->valueComparator(val1, val2)==FALSE){ in uhash_equals()
|
D | uhash.h | 726 uhash_equals(const UHashtable* hash1, const UHashtable* hash2);
|
/external/webkit/WebKit/mac/Misc/ |
D | WebIconDatabase.mm | 445 UInt32 hash1; 454 hash1 = len; 456 hash1 += (hash1 << 8) + s[cnt]; 458 hash1 += (hash1 << (len & 31)); 467 …niqueFilePathSize, "%.2u/%.2u/%.10u-%.10u.cache", ((hash1 & 0xff) >> 4), ((hash2 & 0xff) >> 4), ha… 469 …eFilePathSize, "%.2lu/%.2lu/%.10lu-%.10lu.cache", ((hash1 & 0xff) >> 4), ((hash2 & 0xff) >> 4), ha…
|
/external/e2fsprogs/lib/ext2fs/ |
D | dirhash.c | 122 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash() local 132 hash = hash1 + (hash0 ^ (c * 7152373)); in dx_hack_hash() 135 hash1 = hash0; in dx_hack_hash()
|
/external/icu4c/test/intltest/ |
D | loctest.cpp | 571 int32_t hash1 = test1.hashCode(); in TestSimpleObjectStuff() local 575 test_assert(hash1 == hash2); in TestSimpleObjectStuff() 576 test_assert(hash1 == hash3); in TestSimpleObjectStuff() 658 int32_t hash1 = test1.hashCode(); in TestPOSIXParsing() local 662 test_assert(hash1 == hash2); in TestPOSIXParsing() 664 test_assert(hash3 == hash1); in TestPOSIXParsing()
|
/external/grub/netboot/ |
D | tlan.c | 2681 u32 hash1 = 0; 2705 hash1 |= ( 1 << offset ); 2713 TLan_DioWrite32( dev->base_addr, TLAN_HASH_1, hash1 );
|