Searched refs:XXH32_hash_t (Results 1 – 2 of 2) sorted by relevance
355 typedef uint32_t XXH32_hash_t; typedef361 typedef uint32_t XXH32_hash_t; typedef366 typedef unsigned int XXH32_hash_t; typedef369 typedef unsigned long XXH32_hash_t; typedef415 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, XXH32_hash_t seed);1078 XXH32_hash_t bufferedSize;1080 XXH32_hash_t useSeed;1591 typedef XXH32_hash_t xxh_u32;2116 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_hash_t seed) in XXH32()2184 state->total_len_32 += (XXH32_hash_t)len; in XXH32_update()[all …]
50 XXH32_reset(&ctx->s, (XXH32_hash_t)Z_LVAL_P(seed)); in PHP_XXH32Init()
Completed in 20 milliseconds