Searched defs:numLeft (Results 1 – 3 of 3) sorted by relevance
73 int numLeft = (int)buf.size() - pos; in sendMessage() local90 int numLeft = numBytes - numRead; in readBytes() local
79 int numLeft = (int)buf.size() - pos; in sendMessage() local96 int numLeft = numBytes - numRead; in readBytes() local
81 RandomValueIterator<T>::RandomValueIterator (deUint32 seed, int numLeft) in RandomValueIterator()