Searched refs:numLeft (Results 1 – 1 of 1) sorted by relevance
61 size_t numLeft = size; in readAt() local64 while (numLeft > 0) { in readAt()65 size_t numToRead = std::min(numLeft, bufferSize); in readAt()81 numLeft -= numRead; in readAt()