Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
A Dzstd_decompress.c326 size_t const toCopy = (size_t)((char*)(&dstDCtx->inBuff) - (char*)dstDCtx); in ZSTD_copyDCtx() local
327 ZSTD_memcpy(dstDCtx, srcDCtx, toCopy); /* no need to copy workspace */ in ZSTD_copyDCtx()

Completed in 7 milliseconds