Searched refs:XXH64_hash_t (Results 1 – 2 of 2) sorted by relevance
709 XXH_PUBLIC_API XXH64_hash_t XXH64(const void* input, size_t length, XXH64_hash_t seed);1084 XXH64_hash_t totalLen;1090 XXH64_hash_t seed;1092 XXH64_hash_t reserved64;1198 XXH_PUBLIC_API XXH64_hash_t2534 XXH_PUBLIC_API XXH64_hash_t XXH64 (const void* input, size_t len, XXH64_hash_t seed) in XXH64()3601 XXH_NO_INLINE XXH64_hash_t4415 static XXH64_hash_t4482 XXH_NO_INLINE XXH64_hash_t4522 XXH_NO_INLINE XXH64_hash_t[all …]
114 XXH64_reset(&ctx->s, (XXH64_hash_t)Z_LVAL_P(seed)); in PHP_XXH64Init()155 typedef XXH_errorcode (*xxh3_reset_with_seed_func_t)(XXH3_state_t*, XXH64_hash_t);174 func_init_seed(&ctx->s, (XXH64_hash_t)Z_LVAL_P(_seed)); in _PHP_XXH3_Init()
Completed in 31 milliseconds