Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dxxhash.h135 # define XXH64_update XXH_NAME2(XXH_NAMESPACE, XXH64_update) macro
201 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* statePtr, const void* input, size_t lengt…
H A Dxxhash.c561 XXH64_update(state, input, len); in XXH64()
810 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) in XXH64_update() function
/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_decompress.c665 XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame()
980 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
H A Dzstd_compress.c2598 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk()