Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/hash/xxhash/
H A Dxxhash.h140 # undef XXH32_reset
269 # define XXH32_reset XXH_NAME2(XXH_NAMESPACE, XXH32_reset) macro
513 XXH_PUBLIC_API XXH_errorcode XXH32_reset (XXH32_state_t* statePtr, XXH32_hash_t seed);
2121 XXH32_reset(&state, seed); in XXH32()
2158 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) in XXH32_reset() function

Completed in 28 milliseconds