Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.h114 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
177 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t lengt…
H A Dxxhash.c394 XXH32_update(state, input, len); in XXH32()
638 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() function
/freebsd/contrib/libarchive/libarchive/
H A Dxxhash.c98 static XXH_errorcode XXH32_update (void*, const void*, unsigned int);
299 XXH32_update(state, input, len); in XXH32()
434 XXH_errorcode XXH32_update (void* state_in, const void* input, unsigned int len) in XXH32_update() function
513 XXH32_update,
H A Darchive_xxhash.h41 XXH_errorcode (*XXH32_update)(void* state, const void* input, member
H A Darchive_read_support_filter_lz4.c665 __archive_xxhash.XXH32_update(state->xxh32_state, in lz4_filter_read_default_stream()
H A Darchive_write_add_filter_lz4.c476 __archive_xxhash.XXH32_update(data->xxh32_state, in drive_compressor()
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h130 # undef XXH32_update
259 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
522 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t lengt…
2098 XXH32_update(&state, (const xxh_u8*)input, len); in XXH32()
2148 XXH32_update(XXH32_state_t* state, const void* input, size_t len) in XXH32_update() function