Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/
H A Dhash_xxhash.c114 XXH64_reset(&ctx->s, (XXH64_hash_t)Z_LVAL_P(seed)); in PHP_XXH64Init()
116 XXH64_reset(&ctx->s, 0); in PHP_XXH64Init()
119 XXH64_reset(&ctx->s, 0); in PHP_XXH64Init()
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h212 # define XXH64_reset XXH_NAME2(XXH_NAMESPACE, XXH64_reset) macro
394 XXH_PUBLIC_API XXH_errorcode XXH64_reset (XXH64_state_t* statePtr, XXH64_hash_t seed);
1939 XXH64_reset(&state, seed); in XXH64()
1972 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, XXH64_hash_t seed) in XXH64_reset() function

Completed in 24 milliseconds