Searched refs:BytesRemaining (Results 1 – 2 of 2) sorted by relevance
318 size_t BytesRemaining = Size - BytesToWrite; in write() local319 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()
57 unsigned BytesRemaining = S.Size; in dumpSectionMemory() local66 while (BytesRemaining > 0) { in dumpSectionMemory()74 --BytesRemaining; in dumpSectionMemory()