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

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.h226 typedef struct { unsigned char digest[4]; } XXH32_canonical_t; typedef in typeref:struct:__anon155
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.h190 # define XXH32_canonical_t XXH_IPREF(XXH32_canonical_t) macro
566 } XXH32_canonical_t; typedef in typeref:struct:__anon39
569 * @brief Converts an @ref XXH32_hash_t to a big endian @ref XXH32_canonical_t.
571 * @param dst The @ref XXH32_canonical_t pointer to be stored to.
577 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH32_hash_t hash);
580 * @brief Converts an @ref XXH32_canonical_t to a native @ref XXH32_hash_t.
582 * @param src The @ref XXH32_canonical_t to convert.
589 XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonical_t* src);
2237 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* ds
[all...]

Completed in 272 milliseconds