HomeSort by relevance Sort by last modified time
    Searched refs:XXH_errorcode (Results 1 - 2 of 2) sorted by null

  /external/fio/crc/
xxhash.h 83 typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode;
111 XXH_errorcode XXH32_update (void* state, const void* input, int len);
138 XXH_errorcode XXH32_resetState(void* state, unsigned int seed);
xxhash.c 263 XXH_errorcode XXH32_resetState(void* state_in, uint32_t seed)
285 static XXH_errorcode XXH32_update_endian (void* state_in, const void* input, int len, XXH_endianess endian)
349 XXH_errorcode XXH32_update (void* state_in, const void* input, int len)

Completed in 324 milliseconds