Home
last modified time | relevance | path

Searched defs:numLeft (Results 1 – 6 of 6) sorted by relevance

/external/deqp/execserver/tools/
DxsClient.cpp74 size_t numLeft = buf.size() - pos; in sendMessage() local
91 size_t numLeft = numBytes - numRead; in readBytes() local
DxsTest.cpp80 size_t numLeft = buf.size() - pos; in sendMessage() local
97 size_t numLeft = numBytes - numRead; in readBytes() local
/external/deqp/framework/common/
DtcuRandomValueIterator.hpp81 RandomValueIterator<T>::RandomValueIterator (deUint32 seed, int numLeft) in RandomValueIterator()
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/
DMinimalZipParser.java79 long numLeft = numBytes; in skipOrDie() local
/external/libcxxabi/src/demangle/
DItaniumDemangle.h2232 size_t numLeft() const { return static_cast<size_t>(Last - First); } in numLeft() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp2033 size_t numLeft() const { return static_cast<size_t>(Last - First); } in numLeft() function