Searched refs:XXH32_hash_t (Results 1 – 1 of 1) sorted by relevance
192 typedef uint32_t XXH32_hash_t; typedef196 typedef unsigned int XXH32_hash_t; typedef199 typedef unsigned long XXH32_hash_t; typedef211 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, XXH32_hash_t seed);241 XXH_PUBLIC_API XXH_errorcode XXH32_reset (XXH32_state_t* statePtr, XXH32_hash_t seed);243 XXH_PUBLIC_API XXH32_hash_t XXH32_digest (const XXH32_state_t* statePtr);263 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH32_hash_t hash);264 XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonical_t* src);324 XXH32_hash_t total_len_32;325 XXH32_hash_t large_len;[all …]