Home
last modified time | relevance | path

Searched refs:XXH64_canonical_t (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dxxhash.h230 typedef struct { unsigned char digest[8]; } XXH64_canonical_t; typedef
233 XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH64_hash_t hash);
236 XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonical_t* src);
H A Dxxhash.c811 XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH64_hash_t hash) in XXH64_canonicalFromHash()
813 XXH_STATIC_ASSERT(sizeof(XXH64_canonical_t) == sizeof(XXH64_hash_t)); in XXH64_canonicalFromHash()
823 XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonical_t* src) in XXH64_hashFromCanonical()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5411 typedef struct { unsigned char digest[8]; } XXH64_canonical_t; typedef
5414 XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH64_hash_t hash);
5417 XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonical_t* src);
6310 XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH64_hash_t hash) in XXH64_canonicalFromHash()
6312 XXH_STATIC_ASSERT(sizeof(XXH64_canonical_t) == sizeof(XXH64_hash_t)); in XXH64_canonicalFromHash()
6322 XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonical_t* src) in XXH64_hashFromCanonical()