Home | History | Annotate | Download | only in dec

Lines Matching defs:toWrite

688     int toWrite = Math.min(s.outputLength - s.outputUsed,
690 if (toWrite != 0) {
692 s.outputOffset + s.outputUsed, toWrite);
693 s.outputUsed += toWrite;
694 s.bytesWritten += toWrite;