Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDraw_ostream.cpp318 size_t BytesRemaining = Size - BytesToWrite; in write() local
319 if (BytesRemaining > size_t(OutBufEnd - OutBufCur)) { in write()
321 return write(Ptr + BytesToWrite, BytesRemaining); in write()
323 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining); in write()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp57 unsigned BytesRemaining = S.Size; in dumpSectionMemory() local
66 while (BytesRemaining > 0) { in dumpSectionMemory()
74 --BytesRemaining; in dumpSectionMemory()