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

/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.h115 # define XXH64_update XXH_NAME2(XXH_NAMESPACE, XXH64_update) macro
184 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* statePtr, const void* input, size_t length);
H A Dxxhash.c468 XXH64_update(state, input, len);
719 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) function
/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c674 XXH64_update(&dctx->xxhState, op, decodedSize);
989 if (dctx->validateChecksum) XXH64_update(&dctx->xxhState, dst, rSize);
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c3851 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, op, decodedSize);
4068 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, dst, rSize);
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c589 XXH64_update(&serialState->xxhState, src.start, src.size);
H A Dzstd_compress.c2854 XXH64_update(&cctx->xxhState, src, srcSize);
4915 XXH64_update(&cctx->xxhState, src, srcSize);
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5299 # define XXH64_update XXH_NAME2(XXH_NAMESPACE, XXH64_update) macro
5365 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* statePtr, const void* input, size_t length);
5967 XXH64_update(state, input, len);
6218 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) function
15682 XXH64_update(&cctx->xxhState, src, srcSize);
[all...]

Completed in 325 milliseconds