Searched defs:toRead (Results 1 – 11 of 11) sorted by relevance
139 size_t toRead = min_of(count, size_t(mOutTotalSize - mOutCurPosition)); in read() local211 size_t toRead = min_of(mInBufSize, mInTotalSize - mInNextChunkOffset); in readNextChunk() local
687 size_t toRead = toWrite; in write_tarfile() local
51 int toRead = (chunkTotal > buffer.length) ? buffer.length : chunkTotal; in routeSocketDataToOutput() local
99 long toRead = (buffer.length < size) ? buffer.length : size; in installApk() local
479 int toRead = (toCopy > buffer.length) in restoreOneFile() local539 int toRead = (bytesToConsume > buffer.length) in restoreOneFile() local
264 const size_t toRead = reader->currentToRead(); in protoOutputStreamToByteString() local
142 long toRead = min(size, available); in writeToFile() local
234 int toRead = (bytesRead + buffer.length <= lengthBytes) in createSha256Digest() local
246 int toRead = (size > buffer.length) ? buffer.length : (int)size; in restoreFile() local
897 int toRead = (mode == MUTED) ? 0 : sampleCount; in threadLoop() local
483 auto toRead = std::min<IncFsSize>(remaining, capacity - size); in copyToIncFs() local