HomeSort by relevance Sort by last modified time
    Searched refs:numNodes (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
Solution.h 43 unsigned numNodes() const { return selections.size(); }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
Solution.h 44 unsigned numNodes() const { return selections.size(); }
Graph.h 104 unsigned numNodes;
118 ++numNodes;
143 Graph() : numNodes(0), numEdges(0) {}
148 Graph(const Graph &other) : numNodes(0), numEdges(0) {
186 unsigned getNumNodes() const { return numNodes; }
331 --numNodes;
350 numNodes = numEdges = 0;
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 563 int numNodes = nodes.size();
567 textPositions = new int[numNodes + 1];
571 for (int i = 0; i < numNodes; i++) {
577 textPositions[numNodes] = converter.getPlainTextLength();
616 int numNodes = nodes.size();
620 for (int i = 0; i < numNodes; i++) {
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 862 uint32_t numNodes = numHWNodes;
868 numNodes = std::min(numNodes, pContext->threadInfo.MAX_NUMA_NODES);
893 uint32_t numThreads = numNodes * numCoresPerNode * numHyperThreads;
917 else if (numNodes < numHWNodes)
919 numNodes++;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 316 size_t numNodes = group->children.size();
319 numNodes += getIndexSize(group->children[childNdx]);
321 DE_ASSERT(numNodes <= std::numeric_limits<deUint32>::max());
323 return (deUint32)numNodes;
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /external/mesa3d/src/mesa/main/
dlist.c     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 889 milliseconds