Searched refs:BytesRemaining (Results 1 – 3 of 3) sorted by relevance
246 size_t BytesRemaining = Size - BytesToWrite; in write() local247 if (BytesRemaining > size_t(OutBufEnd - OutBufCur)) { in write()249 return write(Ptr + BytesToWrite, BytesRemaining); in write()251 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining); in write()
99 unsigned BytesRemaining = S.getSize(); in dumpSectionMemory() local108 while (BytesRemaining > 0) { in dumpSectionMemory()116 --BytesRemaining; in dumpSectionMemory()
8476 uint64_t BytesRemaining = MaxLength; in VisitBuiltinCallExpr() local8492 assert(BytesRemaining && "BytesRemaining should not be zero: the " in VisitBuiltinCallExpr()8518 if (BytesRemaining <= BytesPerElement) in VisitBuiltinCallExpr()8520 BytesRemaining -= BytesPerElement; in VisitBuiltinCallExpr()