OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
76
typedef enum { XXH_OK=0,
XXH_ERROR
} XXH_errorcode;
xxhash.c
595
if (input==NULL) return
XXH_ERROR
;
749
if (input==NULL) return
XXH_ERROR
;
Completed in 3030 milliseconds