Searched refs:xxh64 (Results 1 – 3 of 3) sorted by relevance
78 uint64_t xxh64(const void *input, size_t length, uint64_t seed);97 return xxh64(input, length, seed); in xxhash()
36 hash = xxh64(buf, length, 0); in hash_xxhash()
142 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64() function207 EXPORT_SYMBOL(xxh64);
Completed in 4 milliseconds