HomeSort by relevance Sort by last modified time
    Searched defs:hash1 (Results 1 - 23 of 23) sorted by null

  /external/guava/guava/src/com/google/common/hash/
BloomFilterStrategies.java 30 int hash1 = (int) hash64; local
33 int nextHash = hash1 + i * hash2;
45 int hash1 = (int) hash64; local
48 int nextHash = hash1 + i * hash2;
  /external/libyuv/files/util/
compare.cc 34 uint32 hash1 = 5381; local
42 if (amt1 > 0) hash1 = libyuv::HashDjb2(buf1, amt1, hash1);
52 printf("hash1 %x", hash1);
  /external/chromium_org/courgette/
difference_estimator.cc 24 size_t hash1 = *reinterpret_cast<const uint32*>(source); local
26 size_t hash = ((hash1 * 17 + hash2 * 37) + (hash1 >> 17)) ^ (hash2 >> 23);
  /external/chromium_org/third_party/smhasher/src/
Spooky.h 55 uint64 *hash1, // in/out: in seed 1, out hash value 1
66 uint64 hash1 = seed; local
67 Hash128(message, length, &hash1, &seed);
68 return hash1;
79 uint64 hash1 = seed, hash2 = seed; local
80 Hash128(message, length, &hash1, &hash2);
81 return (uint32)hash1;
108 uint64 *hash1, // out only: first 64 bits of hash value.
266 uint64 *hash1,
KeysetTest.cpp 91 uint8_t * hash1 = new uint8_t[hashbytes]; local
112 hash(key1,len,0,hash1);
121 if(memcmp(hash1,hash2,hashbytes) == 0)
131 if(memcmp(hash1,hash2,hashbytes) != 0)
152 delete [] hash1;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1ImplTest.java 69 int[] hash1 = {0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, 0xC3D2E1F0 }; local
78 alternateHash(words, hash1);
90 assertTrue("false1: k=" + k + " hash1[k]=" + Integer.toHexString(hash1[k]),
91 hash[k] == hash1[k] );
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 122 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
132 hash = hash1 + (hash0 ^ (c * 7152373));
135 hash1 = hash0;
  /external/chromium_org/v8/src/
store-buffer.cc 702 int hash1 = ((hash_addr ^ (hash_addr >> kHashSetLengthLog2)) & local
704 if (hash_set_1_[hash1] == int_addr) continue;
709 if (hash_set_1_[hash1] == 0) {
710 hash_set_1_[hash1] = int_addr;
716 hash_set_1_[hash1] = int_addr;
  /external/v8/src/
store-buffer.cc 688 int hash1 = local
690 if (hash_set_1_[hash1] == int_addr) continue;
695 if (hash_set_1_[hash1] == 0) {
696 hash_set_1_[hash1] = int_addr;
702 hash_set_1_[hash1] = int_addr;
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 626 std::string hash1, hash2, hash3; local
627 GenerateHash(kModuleBlacklist[i].filename, &hash1);
628 hashes += " - " + hash1;
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 686 std::string hash1, hash2, hash3; local
687 GenerateHash(kModuleBlacklist[i].filename, &hash1);
688 hashes += " - " + hash1;
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_updater_unittest.cc 834 std::string hash1 = ""; local
840 updater.FetchUpdatedExtension(id1, url1, hash1, version1);
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater_unittest.cc 1179 std::string hash1; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp 581 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);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
InputManager.java 307 int hash1 = JoyAxisTrigger.joyAxisHash(joyId, axis, true); local
310 Float val1 = axisValues.get(hash1);
314 invokeActions(hash1, false);
320 axisValues.remove(hash1);
    [all...]
  /external/icu4c/test/intltest/
loctest.cpp 582 int32_t hash1 = test1.hashCode(); local
586 test_assert(hash1 == hash2);
587 test_assert(hash1 == hash3);
669 int32_t hash1 = test1.hashCode(); local
673 test_assert(hash1 == hash2);
675 test_assert(hash3 == hash1);
    [all...]
  /external/v8/test/cctest/
test-api.cc 2005 int hash1 = obj->GetIdentityHash(); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 2546 int hash1 = obj->GetIdentityHash(); local
    [all...]
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 407 milliseconds