Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_internal.h122 XXH64_state_t xxhState; member
H A Dzstd_decompress.c449 if (dctx->fParams.checksumFlag) XXH64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
665 XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame()
679 U32 const checkCalc = (U32)XXH64_digest(&dctx->xxhState); in ZSTD_decompressFrame()
980 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
1010 { U32 const h32 = (U32)XXH64_digest(&dctx->xxhState); in ZSTD_decompressContinue()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h145 XXH64_state_t xxhState; member
H A Dzstd_decompress.c689 if (dctx->validateChecksum) XXH64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
933 XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame()
949 U32 const checkCalc = (U32)XXH64_digest(&dctx->xxhState); in ZSTD_decompressFrame()
1253 if (dctx->validateChecksum) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
1286 U32 const h32 = (U32)XXH64_digest(&dctx->xxhState); in ZSTD_decompressContinue()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c459 XXH64_state_t xxhState; member
488 XXH64_reset(&serialState->xxhState, 0); in ZSTDMT_serialState_reset()
595 XXH64_update(&serialState->xxhState, src.start, src.size); in ZSTDMT_serialState_update()
1474 U32 const checksum = (U32)XXH64_digest(&mtctx->serial.xxhState); in ZSTDMT_flushProduced()
H A Dzstd_compress_internal.h379 XXH64_state_t xxhState; member
H A Dzstd_compress.c1929 XXH64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_internal()
3948 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk()
4617 U32 const checksum = (U32) XXH64_digest(&cctx->xxhState); in ZSTD_writeEpilogue()
6133 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compressSequences()
6145 U32 const checksum = (U32) XXH64_digest(&cctx->xxhState); in ZSTD_compressSequences()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c2946 XXH64_state_t xxhState; member
3242 if (dctx->fParams.checksumFlag) XXH64_reset(&dctx->xxhState, 0); in ZSTDv07_decodeFrameHeader()
3847 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, op, decodedSize); in ZSTDv07_decompressFrame()
4026 U64 const h64 = XXH64_digest(&dctx->xxhState); in ZSTDv07_decompressContinue()
4064 if (dctx->fParams.checksumFlag) XXH64_update(&dctx->xxhState, dst, rSize); in ZSTDv07_decompressContinue()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h248 XXH64_state_t xxhState; member
H A Dzstd_compress.c1524 XXH64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_internal()
2598 XXH64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk()
3201 U32 const checksum = (U32) XXH64_digest(&cctx->xxhState); in ZSTD_writeEpilogue()