Searched defs:numToRead (Results 1 – 5 of 5) sorted by relevance
37 size_t numToRead = std::min(count, mMaxSamples); in readFrom() local
246 int numToRead = de::min(numElements, numUsedInBlock-m_readPos); in readFromCurrentBlock() local
78 int numToRead = rnd.getInt(1, DE_LENGTH_OF_ARRAY(tmpBuf)); in run() local
83 size_t numToRead = (size_t)de::min(src.getNumElements(), (int)numBytesLeft); in read() local
595 public int read(final byte[] buf, final int offset, int numToRead) throws IOException { in read()