Searched refs:XXH3_64bits_reset_withSeed (Results 1 – 2 of 2) sorted by relevance
215 _PHP_XXH3_Init(ctx, args, XXH3_64bits_reset_withSeed, XXH3_64bits_reset_withSecret, "xxh3"); in PHP_XXH3_64_Init()
165 # undef XXH3_64bits_reset_withSeed294 # define XXH3_64bits_reset_withSeed XXH_NAME2(XXH_NAMESPACE, XXH3_64bits_reset_withSeed) macro852 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() function5432 return XXH3_64bits_reset_withSeed(statePtr, seed); in XXH3_128bits_reset_withSeed()
Completed in 26 milliseconds