Searched defs:XXH32_update (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_xxhash.h | 41 XXH_errorcode (*XXH32_update)(void* state, const void* input, member
|
H A D | xxhash.c | 434 XXH_errorcode XXH32_update (void* state_in, const void* input, unsigned int len) in XXH32_update() function
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | xxhash.h | 115 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
|
H A D | xxhash.c | 639 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() function
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 259 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro 2148 XXH32_update(XXH32_state_t* state, const void* input, size_t len) in XXH32_update() function
|