Searched refs:BytesInChunk (Results 1 – 2 of 2) sorted by relevance
212 uint32_t BytesInChunk = in readBytes() local214 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()216 BytesWritten += BytesInChunk; in readBytes()217 BytesLeft -= BytesInChunk; in readBytes()
261 uint32_t BytesInChunk = std::min(BytesLeft, BlockSize - OffsetInBlock); in readBytes() local262 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()264 BytesWritten += BytesInChunk; in readBytes()265 BytesLeft -= BytesInChunk; in readBytes()