/external/libtextclassifier/native/utils/hash/ |
D | cityhash.cc | 82 std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(uint64_t w, uint64_t x, in WeakHashLen32WithSeeds() function 95 std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(const char *s, uint64_t a, in WeakHashLen32WithSeeds() function 97 return WeakHashLen32WithSeeds(absl::little_endian::Load64(s), in WeakHashLen32WithSeeds() 163 WeakHashLen32WithSeeds(s + len - 64, len, z); in CityHash64() 165 WeakHashLen32WithSeeds(s + len - 32, y + k1, x); in CityHash64() 178 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first); in CityHash64() 179 w = WeakHashLen32WithSeeds(s + 32, z + w.second, in CityHash64()
|
D | farmhash.cc | 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() [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 256 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(uint64_t w, uint64_t x, in WeakHashLen32WithSeeds() function 269 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(const char *s, uint64_t a, in WeakHashLen32WithSeeds() function 271 return WeakHashLen32WithSeeds(Fetch64(s), Fetch64(s + 8), Fetch64(s + 16), in WeakHashLen32WithSeeds() 313 std::pair<uint64_t, uint64_t> v = WeakHashLen32WithSeeds(s + len - 64, len, z); in CityHash64() 314 std::pair<uint64_t, uint64_t> w = WeakHashLen32WithSeeds(s + len - 32, y + k1, x); in CityHash64() 325 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first); in CityHash64() 326 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch64(s + 16)); in CityHash64()
|
/external/abseil-cpp/absl/hash/internal/ |
D | city.cc | 256 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(uint64_t w, uint64_t x, in WeakHashLen32WithSeeds() function 269 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(const char *s, uint64_t a, in WeakHashLen32WithSeeds() function 271 return WeakHashLen32WithSeeds(Fetch64(s), Fetch64(s + 8), Fetch64(s + 16), in WeakHashLen32WithSeeds() 313 std::pair<uint64_t, uint64_t> v = WeakHashLen32WithSeeds(s + len - 64, len, z); in CityHash64() 314 std::pair<uint64_t, uint64_t> w = WeakHashLen32WithSeeds(s + len - 32, y + k1, x); in CityHash64() 325 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first); in CityHash64() 326 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch64(s + 16)); in CityHash64()
|
/external/libtextclassifier/abseil-cpp/absl/hash/internal/ |
D | city.cc | 256 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(uint64_t w, uint64_t x, in WeakHashLen32WithSeeds() function 269 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(const char *s, uint64_t a, in WeakHashLen32WithSeeds() function 271 return WeakHashLen32WithSeeds(Fetch64(s), Fetch64(s + 8), Fetch64(s + 16), in WeakHashLen32WithSeeds() 313 std::pair<uint64_t, uint64_t> v = WeakHashLen32WithSeeds(s + len - 64, len, z); in CityHash64() 314 std::pair<uint64_t, uint64_t> w = WeakHashLen32WithSeeds(s + len - 32, y + k1, x); in CityHash64() 325 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first); in CityHash64() 326 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch64(s + 16)); in CityHash64()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 256 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(uint64_t w, uint64_t x, in WeakHashLen32WithSeeds() function 269 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(const char *s, uint64_t a, in WeakHashLen32WithSeeds() function 271 return WeakHashLen32WithSeeds(Fetch64(s), Fetch64(s + 8), Fetch64(s + 16), in WeakHashLen32WithSeeds() 313 std::pair<uint64_t, uint64_t> v = WeakHashLen32WithSeeds(s + len - 64, len, z); in CityHash64() 314 std::pair<uint64_t, uint64_t> w = WeakHashLen32WithSeeds(s + len - 32, y + k1, x); in CityHash64() 325 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first); in CityHash64() 326 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch64(s + 16)); in CityHash64()
|
/external/openscreen/third_party/abseil/src/absl/hash/internal/ |
D | city.cc | 257 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds( in WeakHashLen32WithSeeds() function 269 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(const char *s, in WeakHashLen32WithSeeds() function 272 return WeakHashLen32WithSeeds(Fetch64(s), Fetch64(s + 8), Fetch64(s + 16), in WeakHashLen32WithSeeds() 315 WeakHashLen32WithSeeds(s + len - 64, len, z); in CityHash64() 317 WeakHashLen32WithSeeds(s + len - 32, y + k1, x); in CityHash64() 328 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first); in CityHash64() 329 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch64(s + 16)); in CityHash64()
|
/external/angle/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 257 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds( in WeakHashLen32WithSeeds() function 269 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(const char *s, in WeakHashLen32WithSeeds() function 272 return WeakHashLen32WithSeeds(Fetch64(s), Fetch64(s + 8), Fetch64(s + 16), in WeakHashLen32WithSeeds() 315 WeakHashLen32WithSeeds(s + len - 64, len, z); in CityHash64() 317 WeakHashLen32WithSeeds(s + len - 32, y + k1, x); in CityHash64() 328 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first); in CityHash64() 329 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch64(s + 16)); in CityHash64()
|
/external/icing/icing/text_classifier/lib3/utils/hash/ |
D | farmhash.cc | 417 STATIC_INLINE pair<uint64_t, uint64_t> WeakHashLen32WithSeeds( in WeakHashLen32WithSeeds() function 429 STATIC_INLINE pair<uint64_t, uint64_t> WeakHashLen32WithSeeds( in WeakHashLen32WithSeeds() function 431 return WeakHashLen32WithSeeds(Fetch(s), in WeakHashLen32WithSeeds() 487 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first); in Hash64() 488 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch(s + 16)); in Hash64() 503 v = WeakHashLen32WithSeeds(s, v.second * mul, x + w.first); in Hash64() 504 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch(s + 16)); in Hash64() 1275 STATIC_INLINE pair<uint64_t, uint64_t> WeakHashLen32WithSeeds( in WeakHashLen32WithSeeds() function 1287 STATIC_INLINE pair<uint64_t, uint64_t> WeakHashLen32WithSeeds( in WeakHashLen32WithSeeds() function 1289 return WeakHashLen32WithSeeds(Fetch(s), in WeakHashLen32WithSeeds() [all …]
|