Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash_xxhash.c200 _PHP_XXH3_Init(ctx, args, XXH3_64bits_reset_withSeed, XXH3_64bits_reset_withSecret, "xxh3"); in PHP_XXH3_64_Init()
/php-src/ext/hash/xxhash/
H A Dxxhash.h165 # undef XXH3_64bits_reset_withSeed
294 # define XXH3_64bits_reset_withSeed XXH_NAME2(XXH_NAMESPACE, XXH3_64bits_reset_withSeed) macro
852 XXH_PUBLIC_API XXH_errorcode XXH3_64bits_reset_withSeed(XXH3_state_t* statePtr, XXH64_hash_t seed);
4759 XXH3_64bits_reset_withSeed(XXH3_state_t* statePtr, XXH64_hash_t seed) in XXH3_64bits_reset_withSeed() function
5432 return XXH3_64bits_reset_withSeed(statePtr, seed); in XXH3_128bits_reset_withSeed()

Completed in 20 milliseconds