Searched refs:BytesRemaining (Results 1 – 4 of 4) sorted by relevance
262 size_t BytesRemaining = Size - BytesToWrite; in write() local263 if (BytesRemaining > size_t(OutBufEnd - OutBufCur)) { in write()265 return write(Ptr + BytesToWrite, BytesRemaining); in write()267 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining); in write()
259 auto BytesRemaining = LC.Data.load_command_data.cmdsize - BytesWritten; in writeLoadCommands() local260 if (BytesRemaining > 0) { in writeLoadCommands()261 ZeroFillBytes(OS, BytesRemaining); in writeLoadCommands()
98 unsigned BytesRemaining = S.getSize(); in dumpSectionMemory() local107 while (BytesRemaining > 0) { in dumpSectionMemory()115 --BytesRemaining; in dumpSectionMemory()
756 uint64_t BytesRemaining = DebugLineData.size() - DebugLineOffset; in parse() local762 DebugLineOffset, ProgramLength, BytesRemaining)); in parse()764 ProgramLength = BytesRemaining; in parse()