Searched refs:HashLen0to16 (Results 1 – 9 of 9) sorted by relevance
/external/libtextclassifier/native/utils/hash/ |
D | cityhash.cc | 57 uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16() function 147 return HashLen0to16(s, len); in CityHash64()
|
D | farmhash.cc | 380 STATIC_INLINE uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16() function 462 return HashLen0to16(s, len); in Hash64() 1250 STATIC_INLINE uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16() function 1311 c = b * k1 + HashLen0to16(s, len); in CityMurmur()
|
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 217 static uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16() function 300 return HashLen0to16(s, len); in CityHash64()
|
/external/abseil-cpp/absl/hash/internal/ |
D | city.cc | 217 static uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16() function 300 return HashLen0to16(s, len); in CityHash64()
|
/external/libtextclassifier/abseil-cpp/absl/hash/internal/ |
D | city.cc | 217 static uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16() function 300 return HashLen0to16(s, len); in CityHash64()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 217 static uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16() function 300 return HashLen0to16(s, len); in CityHash64()
|
/external/openscreen/third_party/abseil/src/absl/hash/internal/ |
D | city.cc | 218 static uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16() function 301 return HashLen0to16(s, len); in CityHash64()
|
/external/angle/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 218 static uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16() function 301 return HashLen0to16(s, len); in CityHash64()
|
/external/icing/icing/text_classifier/lib3/utils/hash/ |
D | farmhash.cc | 378 STATIC_INLINE uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16() function 460 return HashLen0to16(s, len); in Hash64() 1248 STATIC_INLINE uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16() function 1309 c = b * k1 + HashLen0to16(s, len); in CityMurmur()
|