Home
last modified time | relevance | path

Searched refs:hash1 (Results 1 – 25 of 28) sorted by relevance

12

/external/guava/guava/src/com/google/common/hash/
DBloomFilterStrategies.java49 int hash1 = (int) hash64; in MURMUR128_MITZ_32() local
54 int combinedHash = hash1 + (i * hash2); in MURMUR128_MITZ_32()
68 int hash1 = (int) hash64; in MURMUR128_MITZ_32() local
72 int combinedHash = hash1 + (i * hash2); in MURMUR128_MITZ_32()
96 long hash1 = lowerEight(bytes); in MURMUR128_MITZ_64() local
100 long combinedHash = hash1; in MURMUR128_MITZ_64()
114 long hash1 = lowerEight(bytes); in MURMUR128_MITZ_64() local
117 long combinedHash = hash1; in MURMUR128_MITZ_64()
/external/libyuv/files/util/
Dcompare.cc34 uint32 hash1 = 5381; in main() local
43 hash1 = libyuv::HashDjb2(buf1, amt1, hash1); in main()
54 printf("hash1 %x", hash1); in main()
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java173 HashCode hash1 = Hashing.sha1().hashString("foo", Charsets.US_ASCII); in testRoundTripHashCodeUsingBaseEncoding() local
175 HashCode.fromBytes(BaseEncoding.base16().lowerCase().decode(hash1.toString())); in testRoundTripHashCodeUsingBaseEncoding()
176 assertEquals(hash1, hash2); in testRoundTripHashCodeUsingBaseEncoding()
206 HashCode hash1 = Hashing.sha1().hashString("foo", Charsets.US_ASCII); in testRoundTripHashCodeUsingFromString() local
207 HashCode hash2 = HashCode.fromString(hash1.toString()); in testRoundTripHashCodeUsingFromString()
208 assertEquals(hash1, hash2); in testRoundTripHashCodeUsingFromString()
DHashTestUtils.java262 int hash1 = function.hashInt(key1).asInt(); in checkNoFunnels() local
265 same |= ~(hash1 ^ hash2); in checkNoFunnels()
267 diff |= (hash1 ^ hash2); in checkNoFunnels()
301 int hash1 = function.hashInt(key1).asInt(); in checkAvalanche() local
304 if ((hash1 & (1 << k)) == (hash2 & (1 << k))) { in checkAvalanche()
347 int hash1 = function.hashInt(key1).asInt(); in checkNo2BitCharacteristics() local
352 if ((hash1 ^ hash2) != delta) { in checkNo2BitCharacteristics()
391 int hash1 = function.hashInt(key1).asInt(); in check2BitAvalanche() local
394 if ((hash1 & (1 << k)) == (hash2 & (1 << k))) { in check2BitAvalanche()
/external/v8/src/
Dtransitions-inl.h121 int TransitionArray::CompareKeys(Name* key1, uint32_t hash1, PropertyKind kind1, in CompareKeys() argument
125 int cmp = CompareNames(key1, hash1, key2, hash2); in CompareKeys()
132 int TransitionArray::CompareNames(Name* key1, uint32_t hash1, Name* key2, in CompareNames() argument
136 return hash1 <= hash2 ? -1 : 1; in CompareNames()
Dtransitions.h293 static inline int CompareKeys(Name* key1, uint32_t hash1, PropertyKind kind1,
300 static inline int CompareNames(Name* key1, uint32_t hash1, Name* key2,
/external/icu/icu4c/source/common/
Duhash.cpp873 uhash_equals(const UHashtable* hash1, const UHashtable* hash2){ in uhash_equals() argument
876 if(hash1==hash2){ in uhash_equals()
888 if (hash1==NULL || hash2==NULL || in uhash_equals()
889 hash1->keyComparator != hash2->keyComparator || in uhash_equals()
890 hash1->valueComparator != hash2->valueComparator || in uhash_equals()
891 hash1->valueComparator == NULL) in uhash_equals()
900 count1 = uhash_count(hash1); in uhash_equals()
908 const UHashElement* elem1 = uhash_nextElement(hash1, &pos); in uhash_equals()
917 if(hash1->valueComparator(val1, val2)==FALSE){ in uhash_equals()
Duhash.h696 uhash_equals(const UHashtable* hash1, const UHashtable* hash2);
/external/e2fsprogs/lib/ext2fs/
Ddirhash.c123 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash() local
133 hash = hash1 + (hash0 ^ (c * 7152373)); in dx_hack_hash()
136 hash1 = hash0; in dx_hack_hash()
/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc1284 uint64 hash1 = FunctionDefHash(fdef1); in TEST() local
1286 EXPECT_EQ(hash1, FunctionDefHash(fdef2)); in TEST()
1291 EXPECT_NE(hash1, FunctionDefHash(fdef2)); in TEST()
1297 EXPECT_NE(hash1, FunctionDefHash(fdef2)); in TEST()
1303 EXPECT_NE(hash1, FunctionDefHash(fdef2)); in TEST()
1311 EXPECT_NE(hash1, FunctionDefHash(fdef2)); in TEST()
1317 EXPECT_NE(hash1, FunctionDefHash(fdef2)); in TEST()
1323 EXPECT_NE(hash1, FunctionDefHash(fdef2)); in TEST()
/external/elfutils/src/
Delfcmp.c839 const Hash_Word *const hash1 = data1->d_buf; \ in hash_content_equivalent()
841 const size_t nbucket = hash1[0]; \ in hash_content_equivalent()
842 const size_t nchain = hash1[1]; \ in hash_content_equivalent()
843 if (data1->d_size != (2 + nbucket + nchain) * sizeof hash1[0] \ in hash_content_equivalent()
847 const Hash_Word *const bucket1 = &hash1[2]; \ in hash_content_equivalent()
/external/v8/src/base/
Dhashmap.h376 bool operator()(uint32_t hash1, uint32_t hash2, const Key& key1, in operator()
378 return hash1 == hash2 && match_(key1, key2); in operator()
421 bool operator()(uint32_t hash1, uint32_t hash2, const Key& key1, in operator()
/external/giflib/
Dquantize.c320 int hash1 = entry1->RGB[SortRGBAxis] * 256 * 256 in SortCmpRtn() local
327 return hash1 - hash2; in SortCmpRtn()
/external/mesa3d/src/compiler/nir/
Dnir_instr_set.c62 uint32_t hash1 = hash_alu_src(hash, &instr->src[1], in hash_alu() local
70 hash = hash0 * hash1; in hash_alu()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp581 int32_t hash1 = test1.hashCode(); in TestSimpleObjectStuff() local
585 test_assert(hash1 == hash2); in TestSimpleObjectStuff()
586 test_assert(hash1 == hash3); in TestSimpleObjectStuff()
668 int32_t hash1 = test1.hashCode(); in TestPOSIXParsing() local
672 test_assert(hash1 == hash2); in TestPOSIXParsing()
674 test_assert(hash3 == hash1); in TestPOSIXParsing()
/external/libmtp/src/
Dptp.h2756 #define ptp_mtpz_wmdrmpd_enabletrustedfilesoperations(params,hash1,hash2,hash3,hash4) \ argument
2758 hash1, hash2, hash3, hash4)
/external/annotation-tools/annotation-file-utilities/lib/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/guice/extensions/persist/lib/
Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/error_prone/error_prone/
Derror_prone_core-2.2.0-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12