Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Ddecompress.c93 struct xxh64_state xxhState; member
382 xxh64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
1614 xxh64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame()
1623 U32 const checkCalc = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressFrame()
1819 xxh64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
1837 U32 const h32 = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressContinue()
Dcompress.c74 struct xxh64_state xxhState; member
234 xxh64_reset(&cctx->xxhState, 0); in ZSTD_continueCCtx()
280 xxh64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_advanced()
2365 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_generic()
2795 U32 const checksum = (U32)xxh64_digest(&cctx->xxhState); in ZSTD_writeEpilogue()