Searched refs:hash64 (Results 1 - 11 of 11) sorted by relevance

/external/libchrome/base/
H A Dhash.h46 uint64_t hash64 = (value1_64 << 32) | value2; local
49 return static_cast<size_t>(hash64);
54 hash64 = hash64 * odd_random + shift_random;
56 static_cast<size_t>(hash64 >> (8 * (sizeof(uint64_t) - sizeof(size_t))));
81 uint64_t hash64 = product1 + product2 + product3 + product4; local
84 return static_cast<size_t>(hash64);
89 hash64 = hash64 * odd_random + shift_random;
91 static_cast<size_t>(hash64 >> (
[all...]
/external/tensorflow/tensorflow/core/lib/hash/
H A Dhash_test.cc39 uint64 hash64; member in struct:tensorflow::Case
55 EXPECT_EQ(c.hash64,
63 EXPECT_EQ(c.hash64, Hash64(&input[align], c.size, c.seed));
/external/guava/guava/src/com/google/common/hash/
H A DBloomFilterStrategies.java48 long hash64 = Hashing.murmur3_128().hashObject(object, funnel).asLong();
49 int hash1 = (int) hash64;
50 int hash2 = (int) (hash64 >>> 32);
67 long hash64 = Hashing.murmur3_128().hashObject(object, funnel).asLong();
68 int hash1 = (int) hash64;
69 int hash2 = (int) (hash64 >>> 32);
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 246 milliseconds