OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XXH_OK
(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
273
return
XXH_OK
;
301
return
XXH_OK
;
346
return
XXH_OK
;
/external/lz4/lib/
xxhash.h
76
typedef enum {
XXH_OK
=0, XXH_ERROR } XXH_errorcode;
xxhash.c
544
return
XXH_OK
;
555
return
XXH_OK
;
571
return
XXH_OK
;
584
return
XXH_OK
;
604
return
XXH_OK
;
674
return
XXH_OK
;
758
return
XXH_OK
;
828
return
XXH_OK
;
Completed in 2818 milliseconds