Searched defs:hash2 (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc626 std::string hash1, hash2, hash3; local
629 GenerateHash(kModuleBlacklist[i].location, &hash2);
630 hashes += " - " + hash2;
/external/icu4c/common/
H A Duhash.c885 uhash_equals(const UHashtable* hash1, const UHashtable* hash2){ argument
889 if(hash1==hash2){
901 if (hash1==NULL || hash2==NULL ||
902 hash1->keyComparator != hash2->keyComparator ||
903 hash1->valueComparator != hash2->valueComparator ||
914 count2 = uhash_count(hash2);
925 * value from hash2. If the hashes are equal then then both hashes should
928 const UHashElement* elem2 = _uhash_find(hash2, key1, hash2->keyHasher(key1));
/external/v8/src/
H A Dstore-buffer.cc691 uintptr_t hash2 = (int_addr - (int_addr >> kHashSetLengthLog2)); local
692 hash2 ^= hash2 >> (kHashSetLengthLog2 * 2);
693 hash2 &= (kHashSetLength - 1);
694 if (hash_set_2_[hash2] == int_addr) continue;
697 } else if (hash_set_2_[hash2] == 0) {
698 hash_set_2_[hash2] = int_addr;
703 hash_set_2_[hash2] = 0;
/external/chromium/chrome/browser/extensions/
H A Dextension_updater_unittest.cc835 std::string hash2 = ""; local
841 updater.FetchUpdatedExtension(id2, url2, hash2, version2);
/external/icu4c/test/intltest/
H A Dloctest.cpp583 int32_t hash2 = test2.hashCode(); local
586 test_assert(hash1 == hash2);
588 test_assert(hash2 == hash3);
670 int32_t hash2 = test2.hashCode(); local
673 test_assert(hash1 == hash2);
674 test_assert(hash2 == hash3);
/external/v8/test/cctest/
H A Dtest-api.cc2007 int hash2 = v8::Object::New()->GetIdentityHash(); local
2011 CHECK_NE(hash, hash2);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 333 milliseconds