Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dzstd_decompress_internal.h147 struct xxh64_state xxhState; member
H A Dzstd_decompress.c699 if (dctx->validateChecksum) xxh64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
990 xxh64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame()
1008 U32 const checkCalc = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressFrame()
1296 if (dctx->validateChecksum) xxh64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
1329 U32 const h32 = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressContinue()
/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h485 struct xxh64_state xxhState; member
H A Dzstd_compress.c2129 xxh64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_internal()
4522 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk()
5283 U32 const checksum = (U32) xxh64_digest(&cctx->xxhState); in ZSTD_writeEpilogue()
6876 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compressSequences()
6892 U32 const checksum = (U32) xxh64_digest(&cctx->xxhState); in ZSTD_compressSequences()