Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/
H A Dhash_xxhash.c50 XXH32_reset(&ctx->s, (XXH32_hash_t)Z_LVAL_P(seed)); in PHP_XXH32Init()
52 XXH32_reset(&ctx->s, 0); in PHP_XXH32Init()
55 XXH32_reset(&ctx->s, 0); in PHP_XXH32Init()
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h202 # define XXH32_reset XXH_NAME2(XXH_NAMESPACE, XXH32_reset) macro
329 XXH_PUBLIC_API XXH_errorcode XXH32_reset (XXH32_state_t* statePtr, XXH32_hash_t seed);
1397 XXH32_reset(&state, seed); in XXH32()
1431 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) in XXH32_reset() function

Completed in 35 milliseconds