Lines Matching refs:WeakHashLen32WithSeeds
419 STATIC_INLINE pair<uint64_t, uint64_t> WeakHashLen32WithSeeds( in WeakHashLen32WithSeeds() function
431 STATIC_INLINE pair<uint64_t, uint64_t> WeakHashLen32WithSeeds( in WeakHashLen32WithSeeds() function
433 return WeakHashLen32WithSeeds(Fetch(s), in WeakHashLen32WithSeeds()
489 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first); in Hash64()
490 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch(s + 16)); in Hash64()
505 v = WeakHashLen32WithSeeds(s, v.second * mul, x + w.first); in Hash64()
506 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch(s + 16)); in Hash64()
1277 STATIC_INLINE pair<uint64_t, uint64_t> WeakHashLen32WithSeeds( in WeakHashLen32WithSeeds() function
1289 STATIC_INLINE pair<uint64_t, uint64_t> WeakHashLen32WithSeeds( in WeakHashLen32WithSeeds() function
1291 return WeakHashLen32WithSeeds(Fetch(s), in WeakHashLen32WithSeeds()
1356 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first); in CityHash128WithSeed()
1357 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch(s + 16)); in CityHash128WithSeed()
1365 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first); in CityHash128WithSeed()
1366 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch(s + 16)); in CityHash128WithSeed()
1384 v = WeakHashLen32WithSeeds(s + len - tail_done, v.first + z, v.second); in CityHash128WithSeed()