Searched refs:Fetch64 (Results 1 – 2 of 2) sorted by relevance
/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 44 static uint64_t Fetch64(const char *p) { in Fetch64() function 220 uint64_t a = Fetch64(s) + k2; in HashLen0to16() 221 uint64_t b = Fetch64(s + len - 8); in HashLen0to16() 246 uint64_t a = Fetch64(s) * k1; in HashLen17to32() 247 uint64_t b = Fetch64(s + 8); in HashLen17to32() 248 uint64_t c = Fetch64(s + len - 8) * mul; in HashLen17to32() 249 uint64_t d = Fetch64(s + len - 16) * k2; in HashLen17to32() 271 return WeakHashLen32WithSeeds(Fetch64(s), Fetch64(s + 8), Fetch64(s + 16), in WeakHashLen32WithSeeds() 272 Fetch64(s + 24), a, b); in WeakHashLen32WithSeeds() 278 uint64_t a = Fetch64(s) * k2; in HashLen33to64() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
D | city.cc | 44 static uint64_t Fetch64(const char *p) { in Fetch64() function 221 uint64_t a = Fetch64(s) + k2; in HashLen0to16() 222 uint64_t b = Fetch64(s + len - 8); in HashLen0to16() 247 uint64_t a = Fetch64(s) * k1; in HashLen17to32() 248 uint64_t b = Fetch64(s + 8); in HashLen17to32() 249 uint64_t c = Fetch64(s + len - 8) * mul; in HashLen17to32() 250 uint64_t d = Fetch64(s + len - 16) * k2; in HashLen17to32() 272 return WeakHashLen32WithSeeds(Fetch64(s), Fetch64(s + 8), Fetch64(s + 16), in WeakHashLen32WithSeeds() 273 Fetch64(s + 24), a, b); in WeakHashLen32WithSeeds() 279 uint64_t a = Fetch64(s) * k2; in HashLen33to64() [all …]
|