Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/
H A Dhash_xxhash.c61 XXH32_update(&ctx->s, in, len); in PHP_XXH32Update()
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h203 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
330 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t lengt…
1398 XXH32_update(&state, (const xxh_u8*)input, len); in XXH32()
1446 XXH32_update(XXH32_state_t* state, const void* input, size_t len) in XXH32_update() function

Completed in 24 milliseconds