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

1 2 3 4

  /external/libyuv/files/util/
compare.cc 34 uint32 hash1 = 5381; local
43 hash1 = libyuv::HashDjb2(buf1, amt1, hash1);
54 printf("hash1 %x", hash1);
  /external/guava/guava/src/com/google/common/hash/
BloomFilterStrategies.java 49 int hash1 = (int) hash64; local
54 int combinedHash = hash1 + (i * hash2);
68 int hash1 = (int) hash64; local
72 int combinedHash = hash1 + (i * hash2);
96 long hash1 = lowerEight(bytes); local
100 long combinedHash = hash1;
114 long hash1 = lowerEight(bytes); local
117 long combinedHash = hash1;
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 123 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
133 hash = hash1 + (hash0 ^ (c * 7152373));
136 hash1 = hash0;
  /external/giflib/
quantize.c 320 int hash1 = entry1->RGB[SortRGBAxis] * 256 * 256 local
327 return hash1 - hash2;
  /external/mesa3d/src/compiler/nir/
nir_instr_set.c 62 uint32_t hash1 = hash_alu_src(hash, &instr->src[1], local
70 hash = hash0 * hash1;
  /external/guava/guava-tests/test/com/google/common/hash/
HashCodeTest.java 173 HashCode hash1 = Hashing.sha1().hashString("foo", Charsets.US_ASCII); local
175 HashCode.fromBytes(BaseEncoding.base16().lowerCase().decode(hash1.toString()));
176 assertEquals(hash1, hash2);
206 HashCode hash1 = Hashing.sha1().hashString("foo", Charsets.US_ASCII); local
207 HashCode hash2 = HashCode.fromString(hash1.toString());
208 assertEquals(hash1, hash2);
HashTestUtils.java 262 int hash1 = function.hashInt(key1).asInt(); local
265 same |= ~(hash1 ^ hash2);
267 diff |= (hash1 ^ hash2);
301 int hash1 = function.hashInt(key1).asInt(); local
304 if ((hash1 & (1 << k)) == (hash2 & (1 << k))) {
347 int hash1 = function.hashInt(key1).asInt(); local
352 if ((hash1 ^ hash2) != delta) {
391 int hash1 = function.hashInt(key1).asInt(); local
394 if ((hash1 & (1 << k)) == (hash2 & (1 << k))) {
  /external/icu/icu4c/source/test/intltest/
loctest.cpp 578 int32_t hash1 = test1.hashCode(); local
582 test_assert(hash1 == hash2);
583 test_assert(hash1 == hash3);
665 int32_t hash1 = test1.hashCode(); local
669 test_assert(hash1 == hash2);
671 test_assert(hash3 == hash1);
    [all...]
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /external/r8/deps/
guava-19.0.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
guava-18.0.jar 
guava-22.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 

Completed in 488 milliseconds

1 2 3 4