HomeSort by relevance Sort by last modified time
    Searched defs:hash2 (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/libyuv/files/util/
compare.cc 35 uint32 hash2 = 5381; local
47 hash2 = libyuv::HashDjb2(buf2, amt2, hash2);
56 printf(", hash2 %x", hash2);
  /external/guava/guava/src/com/google/common/hash/
BloomFilterStrategies.java 50 int hash2 = (int) (hash64 >>> 32); local
54 int combinedHash = hash1 + (i * hash2);
69 int hash2 = (int) (hash64 >>> 32); local
72 int combinedHash = hash1 + (i * hash2);
87 * multiplication in the loop and doing a (much simpler) += hash2. We're also changing the
97 long hash2 = upperEight(bytes); local
104 combinedHash += hash2;
115 long hash2 = upperEight(bytes); local
123 combinedHash += hash2;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarCache.java 66 delta = hash2(key);
109 private final int hash2(long key) { method in class:CalendarCache
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarCache.java 64 delta = hash2(key);
107 private final int hash2(long key) { method in class:CalendarCache
  /external/giflib/
quantize.c 323 int hash2 = entry2->RGB[SortRGBAxis] * 256 * 256 local
327 return hash1 - hash2;
  /toolchain/binutils/binutils-2.27/libiberty/
hashtab.c 487 hashval_t hash2; local
494 hash2 = htab_mod_m2 (hash, htab);
497 index += hash2;
588 hashval_t index, hash2; local
601 hash2 = htab_mod_m2 (hash, htab);
605 index += hash2;
638 hashval_t index, hash2; local
663 hash2 = htab_mod_m2 (hash, htab);
667 index += hash2;
848 hash(), hash2(), hash3, and mix() are externally useful functions
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
HashCodeTest.java 174 HashCode hash2 = local
176 assertEquals(hash1, hash2);
207 HashCode hash2 = HashCode.fromString(hash1.toString()); local
208 assertEquals(hash1, hash2);
HashTestUtils.java 263 int hash2 = function.hashInt(key2).asInt(); local
265 same |= ~(hash1 ^ hash2);
267 diff |= (hash1 ^ hash2);
302 int hash2 = function.hashInt(key2).asInt(); local
304 if ((hash1 & (1 << k)) == (hash2 & (1 << k))) {
348 int hash2 = function.hashInt(key2).asInt(); local
352 if ((hash1 ^ hash2) != delta) {
392 int hash2 = function.hashInt(key2).asInt(); local
394 if ((hash1 & (1 << k)) == (hash2 & (1 << k))) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalTest.java 356 BigDecimal hash2 = new BigDecimal(1.00D); local
358 hash.hashCode() != hash2.hashCode() && !hash.equals(hash2));
359 hash2 = new BigDecimal("1.0");
361 hash.hashCode() != hash2.hashCode() && !hash.equals(hash2));
363 hash2 = new BigDecimal(val, 2);
365 .hashCode() == hash2.hashCode()
366 && hash.equals(hash2));
368 hash2 = new BigDecimal("-1233456.0000")
    [all...]
  /external/icu/icu4c/source/test/intltest/
loctest.cpp 582 int32_t hash2 = test2.hashCode(); local
585 test_assert(hash1 == hash2);
587 test_assert(hash2 == hash3);
669 int32_t hash2 = test2.hashCode(); local
672 test_assert(hash1 == hash2);
673 test_assert(hash2 == hash3);
    [all...]
  /external/python/cpython3/Modules/
_sre.c 2658 Py_hash_t hash, hash2; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/
kryo-2.24.0.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/devtools/tools/lib/
uast-162.2228.14.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/162.2228.14/
uast-162.2228.14.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.4/
uast-145.597.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/uast/
uast-145.597.3.jar 
uast-162.2228.14.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 375 milliseconds

1 2 3 4 5 6