Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DHashing.h205 uint64_t a = fetch64(s); in hash_9to16_bytes()
212 uint64_t b = fetch64(s + 8); in hash_17to32_bytes()
221 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes()
224 a += fetch64(s + 8); in hash_33to64_bytes()
226 a += fetch64(s + 16); in hash_33to64_bytes()
229 a = fetch64(s + 16) + fetch64(s + len - 32); in hash_33to64_bytes()
230 z = fetch64(s + len - 8); in hash_33to64_bytes()
233 a += fetch64(s + len - 24); in hash_33to64_bytes()
235 a += fetch64(s + len - 16); in hash_33to64_bytes()
278 a += fetch64(s); in mix_32_bytes()
[all …]