Searched refs:XXH_errorcode (Results 1 – 2 of 2) sorted by relevance
/external/fio/crc/ |
D | xxhash.h | 83 typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode; typedef 111 XXH_errorcode XXH32_update (void* state, const void* input, int len); 138 XXH_errorcode XXH32_resetState(void* state, unsigned int seed);
|
D | xxhash.c | 263 XXH_errorcode XXH32_resetState(void* state_in, uint32_t seed) in XXH32_resetState() 285 static XXH_errorcode XXH32_update_endian (void* state_in, const void* input, int len, XXH_endianess… in XXH32_update_endian() 349 XXH_errorcode XXH32_update (void* state_in, const void* input, int len) in XXH32_update()
|