Searched defs:XXH32 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_xxhash.h | 38 unsigned int (*XXH32)(const void* input, unsigned int len, member
|
H A D | xxhash.c | 294 U32 XXH32(const void* input, unsigned int len, U32 seed) in XXH32() function
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | xxhash.h | 105 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
|
H A D | xxhash.c | 388 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32() function
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 255 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro 2092 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_hash_t seed) in XXH32() function
|