Searched refs:XXH32_update (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_xxhash.h41 XXH_errorcode (*XXH32_update)(void* state, const void* input, member in struct:archive_xxhash
H A Dxxhash.c98 static XXH_errorcode XXH32_update (void*, const void*, unsigned int);
291 XXH32_update(state, input, len);
426 XXH_errorcode XXH32_update (void* state_in, const void* input, unsigned int len) function
505 XXH32_update,
H A Darchive_read_support_filter_lz4.c667 __archive_xxhash.XXH32_update(state->xxh32_state,
H A Darchive_write_add_filter_lz4.c478 __archive_xxhash.XXH32_update(data->xxh32_state,
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.h114 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
180 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t length);
H A Dxxhash.c356 XXH32_update(state, input, len);
600 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) function
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5298 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
5361 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t length);
5855 XXH32_update(state, input, len);
6099 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) function
[all...]

Completed in 284 milliseconds