Searched refs:XXH32_update (Results 1 – 2 of 2) sorted by relevance
61 XXH32_update(&ctx->s, in, len); in PHP_XXH32Update()
141 # undef XXH32_update270 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro533 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t lengt…2122 XXH32_update(&state, (const xxh_u8*)input, len); in XXH32()2174 XXH32_update(XXH32_state_t* state, const void* input, size_t len) in XXH32_update() function
Completed in 20 milliseconds