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