Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dfru_reader.cpp79 size_t toCopy = (blkOffset >= available) in read() local
84 memcpy(outbuf + done, blkData + blkOffset, toCopy); in read()
85 cursor += toCopy; in read()
86 done += toCopy; in read()
87 remaining -= toCopy; in read()
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress.c329 size_t const toCopy = (size_t)((char*)(&dstDCtx->inBuff) - (char*)dstDCtx); in ZSTD_copyDCtx() local
330 ZSTD_memcpy(dstDCtx, srcDCtx, toCopy); /* no need to copy workspace */ in ZSTD_copyDCtx()