OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XXH32_resetState
(Results
1 - 2
of
2
) sorted by null
/external/fio/crc/
xxhash.h
138
XXH_errorcode
XXH32_resetState
(void* state, unsigned int seed);
147
This pointer must then be provided as 'state' into
XXH32_resetState
(), which initializes the state.
xxhash.c
263
XXH_errorcode
XXH32_resetState
(void* state_in, uint32_t seed)
280
XXH32_resetState
(state, seed);
Completed in 36 milliseconds