Searched refs:XXH_errorcode (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/libucl/src/
H A Dxxhash.h70 typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode; typedef in typeref:enum:__anon1851
98 XXH_errorcode XXH32_update (void* state, const void* input, int len);
125 XXH_errorcode XXH32_resetState(void* state, unsigned int seed);
H A Dxxhash.c317 XXH_errorcode XXH32_resetState(void* state_in, U32 seed)
339 forceinline XXH_errorcode XXH32_update_endian (void* state_in, const void* input, int len, XXH_endianess endian)
403 XXH_errorcode XXH32_update (void* state_in, const void* input, int len)

Completed in 24 milliseconds