Searched refs:XXH32_state_t (Results 1 – 2 of 2) sorted by relevance
24 XXH32_state_t s;
205 # define XXH32_state_t XXH_IPREF(XXH32_state_t) macro473 typedef struct XXH32_state_s XXH32_state_t; typedef481 XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void);489 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr);498 XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dst_state, const XXH32_state_t* src_state);2120 XXH32_state_t state; in XXH32()2140 XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void) in XXH32_createState()2142 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t)); in XXH32_createState()2152 XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dstState, const XXH32_state_t* srcState) in XXH32_copyState()2174 XXH32_update(XXH32_state_t* state, const void* input, size_t len) in XXH32_update()[all …]
Completed in 18 milliseconds