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

  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 247 // Test SCC computation against every graph with NUM_NODES nodes or less.
250 #define NUM_NODES 4
251 #define NUM_GRAPHS (NUM_NODES * (NUM_NODES - 1))
252 typedef Graph<NUM_NODES> GT;
262 for (unsigned i = 0; i != NUM_NODES; ++i)
263 for (unsigned j = 0; j != NUM_NODES; ++j) {
292 for (unsigned i = 0; i != NUM_NODES; ++i)
301 for (unsigned i = 0; i != NUM_NODES; ++i)
307 for (unsigned j = 0; j != NUM_NODES; ++j
    [all...]
  /external/webp/src/enc/
quant.c 472 #define NUM_NODES (MIN_DELTA + 1 + MAX_DELTA)
493 Node nodes[17][NUM_NODES];
    [all...]

Completed in 102 milliseconds