Lines Matching full:xxhash
2 * xxHash - Extremely Fast Hash algorithm
37 * - xxHash homepage: https://cyan4973.github.io/xxHash/
38 * - xxHash source repository: https://github.com/Cyan4973/xxHash
42 * Notice extracted from xxHash homepage:
44 * xxHash is an extremely fast Hash algorithm, running at RAM speed limits.
51 * xxHash 5.4 GB/s 10
112 * xxhash() - calculate wordsize hash of the input with a given seed
124 static inline unsigned long xxhash(const void *input, size_t length, in xxhash() function
260 * xxHash - Extremely Fast Hash algorithm
295 * - xxHash homepage: https://cyan4973.github.io/xxHash/
296 * - xxHash source repository: https://github.com/Cyan4973/xxHash
303 #include <linux/xxhash.h>