Searched refs:toCopy (Results 1 – 2 of 2) sorted by relevance
79 size_t toCopy = (blkOffset >= available) in read() local84 memcpy(outbuf + done, blkData + blkOffset, toCopy); in read()85 cursor += toCopy; in read()86 done += toCopy; in read()87 remaining -= toCopy; in read()
329 size_t const toCopy = (size_t)((char*)(&dstDCtx->inBuff) - (char*)dstDCtx); in ZSTD_copyDCtx() local330 ZSTD_memcpy(dstDCtx, srcDCtx, toCopy); /* no need to copy workspace */ in ZSTD_copyDCtx()