Home
last modified time | relevance | path

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

/third_party/skia/src/opts/
DSkChecksum_opts.h23 static uint32_t crc32c_8(uint32_t seed, uint64_t v) { in crc32c_8() function
35 static uint32_t crc32c_8(uint32_t seed, uint64_t v) { return __crc32cd(seed, v); } in crc32c_8() function
100 static uint32_t crc32c_8(uint32_t seed, uint64_t v) { in crc32c_8() function
122 a = crc32c_8(a, sk_unaligned_load<uint64_t>(ptr + 0)); in hash_fn()
123 b = crc32c_8(b, sk_unaligned_load<uint64_t>(ptr + 8)); in hash_fn()
124 c = crc32c_8(c, sk_unaligned_load<uint64_t>(ptr + 16)); in hash_fn()
131 seed = crc32c_8(seed, sk_unaligned_load<uint64_t>(ptr)); in hash_fn()