Searched refs:hash1 (Results 1 – 10 of 10) sorted by relevance
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
D | SHA1ImplTest.java | 69 int[] hash1 = {0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, 0xC3D2E1F0 }; in testOneBlockMessage() local 78 alternateHash(words, hash1); in testOneBlockMessage() 90 assertTrue("false1: k=" + k + " hash1[k]=" + Integer.toHexString(hash1[k]), in testOneBlockMessage() 91 hash[k] == hash1[k] ); in testOneBlockMessage()
|
/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() 899 hash1->valueComparator == NULL) in uhash_equals() 908 count1 = uhash_count(hash1); in uhash_equals() 916 const UHashElement* elem1 = uhash_nextElement(hash1, &pos); in uhash_equals() 925 if(hash1->valueComparator(val1, val2)==FALSE){ in uhash_equals()
|
D | uhash.h | 727 uhash_equals(const UHashtable* hash1, const UHashtable* hash2);
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebIconDatabase.mm | 458 UInt32 hash1; 467 hash1 = len; 469 hash1 += (hash1 << 8) + s[cnt]; 471 hash1 += (hash1 << (len & 31)); 480 …niqueFilePathSize, "%.2u/%.2u/%.10u-%.10u.cache", ((hash1 & 0xff) >> 4), ((hash2 & 0xff) >> 4), ha… 482 …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/chromium/chrome/browser/ |
D | enumerate_modules_model_win.cc | 626 std::string hash1, hash2, hash3; in MatchAgainstBlacklist() local 627 GenerateHash(kModuleBlacklist[i].filename, &hash1); in MatchAgainstBlacklist() 628 hashes += " - " + hash1; in MatchAgainstBlacklist()
|
/external/icu4c/test/intltest/ |
D | loctest.cpp | 581 int32_t hash1 = test1.hashCode(); in TestSimpleObjectStuff() local 585 test_assert(hash1 == hash2); in TestSimpleObjectStuff() 586 test_assert(hash1 == hash3); in TestSimpleObjectStuff() 668 int32_t hash1 = test1.hashCode(); in TestPOSIXParsing() local 672 test_assert(hash1 == hash2); in TestPOSIXParsing() 674 test_assert(hash3 == hash1); in TestPOSIXParsing()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_updater_unittest.cc | 834 std::string hash1 = ""; in TestMultipleExtensionDownloading() local 840 updater.FetchUpdatedExtension(id1, url1, hash1, version1); in TestMultipleExtensionDownloading()
|
/external/grub/netboot/ |
D | tlan.c | 2681 u32 hash1 = 0; 2705 hash1 |= ( 1 << offset ); 2713 TLan_DioWrite32( dev->base_addr, TLAN_HASH_1, hash1 );
|
/external/v8/test/cctest/ |
D | test-api.cc | 1648 int hash1 = obj->GetIdentityHash(); in THREADED_TEST() local 1649 CHECK_EQ(hash, hash1); in THREADED_TEST()
|