Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp261 uint32_t BytesInChunk = std::min(BytesLeft, BlockSize - OffsetInBlock); in readBytes() local
262 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
264 BytesWritten += BytesInChunk; in readBytes()
265 BytesLeft -= BytesInChunk; in readBytes()