Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/decompress/
A Dzstd_decompress_internal.h145 struct xxh64_state xxhState; member
A Dzstd_decompress.c666 if (dctx->validateChecksum) xxh64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
888 xxh64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame()
904 U32 const checkCalc = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressFrame()
1187 if (dctx->validateChecksum) xxh64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
1220 U32 const h32 = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressContinue()
/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_compress_internal.h373 struct xxh64_state xxhState; member
A Dzstd_compress.c1850 xxh64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_internal()
3857 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk()
4523 U32 const checksum = (U32) xxh64_digest(&cctx->xxhState); in ZSTD_writeEpilogue()
5933 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compressSequences()
5945 U32 const checksum = (U32) xxh64_digest(&cctx->xxhState); in ZSTD_compressSequences()

Completed in 30 milliseconds