Searched refs:XXH_errorcode (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_xxhash.h | 35 typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode; typedef 41 XXH_errorcode (*XXH32_update)(void* state, const void* input,
|
H A D | xxhash.c | 98 static XXH_errorcode XXH32_update (void*, const void*, unsigned int); 101 static XXH_errorcode XXH32_resetState(void*, unsigned int); 347 XXH_errorcode XXH32_resetState(void* state_in, U32 seed) in XXH32_resetState() 369 FORCE_INLINE XXH_errorcode XXH32_update_endian (void* state_in, const void* input, int len, XXH_end… in XXH32_update_endian() 434 XXH_errorcode XXH32_update (void* state_in, const void* input, unsigned int len) in XXH32_update()
|