Home
last modified time | relevance | path

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

/f-stack/freebsd/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 lengt…
H A Dxxhash.c468 XXH64_update(state, input, len); in XXH64()
719 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) in XXH64_update() function
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c674 XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame()
989 if (dctx->validateChecksum) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v07.c3851 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTDv07_decompressFrame()
4068 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTDv07_decompressContinue()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c589 XXH64_update(&serialState->xxhState, src.start, src.size); in ZSTDMT_serialState_update()
H A Dzstd_compress.c2854 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk()
4915 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compressSequences()
/f-stack/freebsd/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 lengt…
5967 XXH64_update(state, input, len); in XXH64()
6218 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) in XXH64_update() function
15682 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk()
25171 XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame()
25486 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()