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

  /external/fio/crc/
xxhash.h 83 typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode;
xxhash.c 292 if (input==NULL) return XXH_ERROR;
  /external/lz4/lib/
xxhash.h 79 typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode;
xxhash.c 385 if (input==NULL) return XXH_ERROR;
754 if (input==NULL) return XXH_ERROR;

Completed in 1875 milliseconds