Searched defs:hash1 (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Ddirhash.c122 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
132 hash = hash1 + (hash0 ^ (c * 7152373));
135 hash1 = hash0;
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc626 std::string hash1, hash2, hash3; local
627 GenerateHash(kModuleBlacklist[i].filename, &hash1);
628 hashes += " - " + hash1;
/external/icu4c/common/
H A Duhash.c880 uhash_equals(const UHashtable* hash1, const UHashtable* hash2){ argument
884 if(hash1==hash2){
896 if (hash1==NULL || hash2==NULL ||
897 hash1->keyComparator != hash2->keyComparator ||
898 hash1->valueComparator != hash2->valueComparator ||
899 hash1->valueComparator == NULL)
908 count1 = uhash_count(hash1);
916 const UHashElement* elem1 = uhash_nextElement(hash1, &pos);
919 /* here the keys are not compared, instead the key form hash1 is used to fetch
925 if(hash1
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_updater_unittest.cc834 std::string hash1 = ""; local
840 updater.FetchUpdatedExtension(id1, url1, hash1, version1);
/external/icu4c/test/intltest/
H A Dloctest.cpp581 int32_t hash1 = test1.hashCode(); local
585 test_assert(hash1 == hash2);
586 test_assert(hash1 == hash3);
668 int32_t hash1 = test1.hashCode(); local
672 test_assert(hash1 == hash2);
674 test_assert(hash3 == hash1);
/external/v8/test/cctest/
H A Dtest-api.cc1648 int hash1 = obj->GetIdentityHash(); local
1649 CHECK_EQ(hash, hash1);

Completed in 132 milliseconds