HomeSort by relevance Sort by last modified time
    Searched defs: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);
  /external/lz4/lib/
xxhash.h 79 typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode;
172 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr);
175 XXH_PUBLIC_API XXH_errorcode XXH32_reset (XXH32_state_t* statePtr, unsigned int seed);
176 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t length);
230 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr);
233 XXH_PUBLIC_API XXH_errorcode XXH64_reset (XXH64_state_t* statePtr, unsigned long long seed);
234 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* statePtr, const void* input, size_t length);

Completed in 1475 milliseconds