Searched refs:XXH32_update (Results 1 – 1 of 1) sorted by relevance
151 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro242 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t lengt…821 XXH32_update(&state, (const xxh_u8*)input, len); in XXH32()869 XXH32_update(XXH32_state_t* state, const void* input, size_t len) in XXH32_update() function