Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h121 XXH64_state_t xxhState; member
H A Dzstd_decompress.c458 if (dctx->validateChecksum) XXH64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
674 XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame()
690 U32 const checkCalc = (U32)XXH64_digest(&dctx->xxhState); in ZSTD_decompressFrame()
989 if (dctx->validateChecksum) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
1021 U32 const h32 = (U32)XXH64_digest(&dctx->xxhState); in ZSTD_decompressContinue()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c451 XXH64_state_t xxhState; member
482 XXH64_reset(&serialState->xxhState, 0); in ZSTDMT_serialState_reset()
589 XXH64_update(&serialState->xxhState, src.start, src.size); in ZSTDMT_serialState_update()
1444 U32 const checksum = (U32)XXH64_digest(&mtctx->serial.xxhState); in ZSTDMT_flushProduced()
H A Dzstd_compress_internal.h279 XXH64_state_t xxhState; member
H A Dzstd_compress.c1692 XXH64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_internal()
2854 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk()
3463 U32 const checksum = (U32) XXH64_digest(&cctx->xxhState); in ZSTD_writeEpilogue()
4915 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compressSequences()
4927 U32 const checksum = (U32) XXH64_digest(&cctx->xxhState); in ZSTD_compressSequences()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v07.c2950 XXH64_state_t xxhState; member
3246 if (dctx->fParams.checksumFlag) XXH64_reset(&dctx->xxhState, 0); in ZSTDv07_decodeFrameHeader()
3851 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTDv07_decompressFrame()
4030 U64 const h64 = XXH64_digest(&dctx->xxhState); in ZSTDv07_decompressContinue()
4068 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTDv07_decompressContinue()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10159 XXH64_state_t xxhState; member
14608 XXH64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_internal()
15682 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk()
16285 U32 const checksum = (U32) XXH64_digest(&cctx->xxhState); in ZSTD_writeEpilogue()
22745 XXH64_state_t xxhState; member
24955 if (dctx->fParams.checksumFlag) XXH64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
25171 XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame()
25185 U32 const checkCalc = (U32)XXH64_digest(&dctx->xxhState); in ZSTD_decompressFrame()
25486 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
25516 { U32 const h32 = (U32)XXH64_digest(&dctx->xxhState); in ZSTD_decompressContinue()