OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XXH32_update
(Results
1 - 4
of
4
) sorted by null
/external/fio/crc/
xxhash.h
111
XXH_errorcode
XXH32_update
(void* state, const void* input, int len);
122
This pointer must be provided as "void* state" parameter for
XXH32_update
().
123
XXH32_update
() can be called as many times as necessary.
158
This way, it becomes possible to generate intermediate hashes, and then continue feeding data with
XXH32_update
().
169
#define XXH32_feed
XXH32_update
xxhash.c
229
XXH32_update
(state, input, len);
349
XXH_errorcode
XXH32_update
(void* state_in, const void* input, int len)
test.c
255
XXH32_update
(state, buf, CHUNK);
/external/fio/
verify.c
437
XXH32_update
(state, p, hdr->len - hdr_size(hdr));
890
XXH32_update
(state, p, len);
Completed in 56 milliseconds