Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dxxhash.h151 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
242 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