OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XXH32_digest
(Results
1 - 4
of
4
) sorted by null
/external/fio/crc/
xxhash.h
112
unsigned int
XXH32_digest
(void* state);
130
Finally, you can end the calculation anytime, by using
XXH32_digest
().
133
Memory will be freed by
XXH32_digest
().
156
This function does the same as
XXH32_digest
(), generating a 32-bit hash,
159
To free memory context, use
XXH32_digest
(), or free().
170
#define XXH32_result
XXH32_digest
xxhash.c
230
return
XXH32_digest
(state);
414
uint32_t
XXH32_digest
(void* state_in)
test.c
257
XXH32_digest
(state);
/external/fio/
verify.c
438
hash =
XXH32_digest
(state);
891
vh->hash =
XXH32_digest
(state);
Completed in 45 milliseconds