Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h192 # define XXH128_canonical_t XXH_IPREF(XXH128_canonical_t) macro
926 typedef struct { unsigned char digest[sizeof(XXH128_hash_t)]; } XXH128_canonical_t; typedef
927 XXH_PUBLIC_API void XXH128_canonicalFromHash(XXH128_canonical_t* dst, XXH128_hash_t hash);
928 XXH_PUBLIC_API XXH128_hash_t XXH128_hashFromCanonical(const XXH128_canonical_t* src);
5578 XXH128_canonicalFromHash(XXH128_canonical_t* dst, XXH128_hash_t hash) in XXH128_canonicalFromHash()
5580 XXH_STATIC_ASSERT(sizeof(XXH128_canonical_t) == sizeof(XXH128_hash_t)); in XXH128_canonicalFromHash()
5591 XXH128_hashFromCanonical(const XXH128_canonical_t* src) in XXH128_hashFromCanonical()
5646 XXH128_canonical_t scrambler; in XXH3_generateSecret()