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

/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h199 # define XXH128_hash_t XXH_IPREF(XXH128_hash_t) macro
877 } XXH128_hash_t; typedef in typeref:struct:__anon41
879 XXH_PUBLIC_API XXH128_hash_t XXH3_128bits(const void* data, size_t len);
880 XXH_PUBLIC_API XXH128_hash_t XXH3_128bits_withSeed(const void* data, size_t len, XXH64_hash_t seed);
881 XXH_PUBLIC_API XXH128_hash_t XXH3_128bits_withSecret(const void* data, size_t len, const void* secret, size_t secretSize);
901 XXH_PUBLIC_API XXH128_hash_t XXH3_128bits_digest (const XXH3_state_t* statePtr);
904 * Since XXH128_hash_t is a structure, this capability is not offered by the language.
911 XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h
[all...]

Completed in 55 milliseconds