Home
last modified time | relevance | path

Searched defs:XXH32_update (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_xxhash.h41 XXH_errorcode (*XXH32_update)(void* state, const void* input, member
H A Dxxhash.c434 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 Dxxhash.h115 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
H A Dxxhash.c639 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 Dxxhash.h259 # 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