Home
last modified time | relevance | path

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

/external/libtextclassifier/util/hash/
Dfarmhash.h66 uint32_t Hash32WithSeed(const char* s, size_t len, uint32_t seed);
182 inline uint32_t Hash32WithSeed(const Str& s, uint32_t seed) { in Hash32WithSeed() function
184 return Hash32WithSeed(s.data(), s.length(), seed); in Hash32WithSeed()
Dfarmhash.cc630 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed() function
648 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed() function
851 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) {
871 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed() function
884 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) {
887 farmhashsu::Hash32WithSeed(s, len, seed);
900 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed() function
1090 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) {
1216 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed() function
1433 uint32_t Hash32WithSeed(const char* s, size_t len, uint32_t seed) { in Hash32WithSeed() function
[all …]