Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp260 uint32_t BytesInChunk = std::min(BytesLeft, BlockSize - OffsetInBlock); in readBytes() local
261 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
263 BytesWritten += BytesInChunk; in readBytes()
264 BytesLeft -= BytesInChunk; in readBytes()