Home
last modified time | relevance | path

Searched refs:hash32 (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
DHashingTest.java259 HashCode hash32 = HashCode.fromInt(32); in testCombineOrdered() local
260 assertEquals(hash32, Hashing.combineOrdered(ImmutableList.of(hash32))); in testCombineOrdered()
262 Hashing.combineOrdered(ImmutableList.of(hash32, hash32))); in testCombineOrdered()
264 Hashing.combineOrdered(ImmutableList.of(hash32, hash32, hash32))); in testCombineOrdered()
266 Hashing.combineOrdered(ImmutableList.of(hash31, hash32)).equals( in testCombineOrdered()
267 Hashing.combineOrdered(ImmutableList.of(hash32, hash31)))); in testCombineOrdered()
301 HashCode hash32 = HashCode.fromInt(32); in testCombineUnordered() local
302 assertEquals(hash32, Hashing.combineUnordered(ImmutableList.of(hash32))); in testCombineUnordered()
303 assertEquals(HashCode.fromInt(64), Hashing.combineUnordered(ImmutableList.of(hash32, hash32))); in testCombineUnordered()
305 Hashing.combineUnordered(ImmutableList.of(hash32, hash32, hash32))); in testCombineUnordered()
[all …]
/external/skia/src/opts/
DSkChecksum_opts.h69 auto hash32 = (uint32_t)hash; in hash_fn() local
72 hash32 = _mm_crc32_u32(hash32, unaligned_load<uint32_t>(data)); in hash_fn()
76 hash32 = _mm_crc32_u16(hash32, unaligned_load<uint16_t>(data)); in hash_fn()
80 hash32 = _mm_crc32_u8(hash32, unaligned_load<uint8_t>(data)); in hash_fn()
82 return hash32; in hash_fn()
/external/skqp/src/opts/
DSkChecksum_opts.h69 auto hash32 = (uint32_t)hash; in hash_fn() local
72 hash32 = _mm_crc32_u32(hash32, unaligned_load<uint32_t>(data)); in hash_fn()
76 hash32 = _mm_crc32_u16(hash32, unaligned_load<uint16_t>(data)); in hash_fn()
80 hash32 = _mm_crc32_u8(hash32, unaligned_load<uint8_t>(data)); in hash_fn()
82 return hash32; in hash_fn()
/external/tensorflow/tensorflow/core/lib/hash/
Dhash_test.cc40 uint32 hash32; in TEST() member
55 EXPECT_EQ(c.hash32, in TEST()
64 EXPECT_EQ(c.hash32, Hash32(&input[align], c.size, c.seed)); in TEST()
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...