Home
last modified time | relevance | path

Searched refs:XXH32_update (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/vfs/hammer2/xxhash/
H A Dxxhash.h136 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
194 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t lengt…
H A Dxxhash.c391 XXH32_update(state, input, len); in XXH32()
639 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() function
/dragonfly/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 lengt…
H A Dxxhash.c356 XXH32_update(state, input, len); in XXH32()
600 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() function
/dragonfly/contrib/libarchive/libarchive/
H A Dxxhash.c98 static XXH_errorcode XXH32_update (void*, const void*, unsigned int);
295 XXH32_update(state, input, len); in XXH32()
430 XXH_errorcode XXH32_update (void* state_in, const void* input, unsigned int len) in XXH32_update() function
509 XXH32_update,
H A Darchive_xxhash.h41 XXH_errorcode (*XXH32_update)(void* state, const void* input, member
H A Darchive_read_support_filter_lz4.c661 __archive_xxhash.XXH32_update(state->xxh32_state, in lz4_filter_read_default_stream()
H A Darchive_write_add_filter_lz4.c478 __archive_xxhash.XXH32_update(data->xxh32_state, in drive_compressor()