Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp212 uint32_t BytesInChunk = in readBytes() local
214 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
216 BytesWritten += BytesInChunk; in readBytes()
217 BytesLeft -= BytesInChunk; in readBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
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()