Searched defs:toRead (Results 1 – 6 of 6) 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
682 size_t toRead = toWrite; in write_tarfile() local
169 int toRead = (size > buffer.length) ? buffer.length : (int)size; in restoreFile() local
199 List<Expr> toRead = getShouldRead(); in testTernaryWithPlus() local260 List<Expr> toRead = getShouldRead(); in testTernaryInsideTernary() local
882 int toRead = (mode == MUTED) ? 0 : sampleCount; in threadLoop() local
3554 int toRead = (chunkTotal > buffer.length) ? buffer.length : chunkTotal; in routeSocketDataToOutput() local5592 int toRead = (toCopy > mBuffer.length) in restoreOneFile() local5648 int toRead = (bytesToConsume > mBuffer.length) in restoreOneFile() local5792 long toRead = (buffer.length < size) ? buffer.length : size; in installApk() local7012 int toRead = (toCopy > buffer.length) in restoreOneFile() local7060 int toRead = (bytesToConsume > buffer.length) in restoreOneFile() local7221 long toRead = (buffer.length < size) ? buffer.length : size; in installApk() local