Searched refs:XXH32_hash_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.h140 typedef unsigned int XXH32_hash_t; typedef
143 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
178 XXH_PUBLIC_API XXH32_hash_t XXH32_digest (const XXH32_state_t* statePtr);
229 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH32_hash_t hash);
232 XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonical_t* src);
H A Dxxhash.c842 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH32_hash_t hash)
844 XXH_STATIC_ASSERT(sizeof(XXH32_canonical_t) == sizeof(XXH32_hash_t));
856 XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonical_t* src)
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h344 typedef uint32_t XXH32_hash_t; typedef
350 typedef uint32_t XXH32_hash_t; typedef
355 typedef unsigned int XXH32_hash_t; typedef
358 typedef unsigned long XXH32_hash_t; typedef
404 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, XXH32_hash_t seed);
435 * XXH32_hash_t
441 * XXH32_hash_t hash;
502 XXH_PUBLIC_API XXH_errorcode XXH32_reset (XXH32_state_t* statePtr, XXH32_hash_t seed);
538 XXH_PUBLIC_API XXH32_hash_t XXH32_diges
[all...]

Completed in 382 milliseconds