Home
last modified time | relevance | path

Searched refs:MaxPorts (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_split_node.cpp40 const int MaxPorts = 10; variable
136 static void* all_sink_nodes[MaxPorts];
230 for(int i=0; i < MaxPorts; ++i) { in test()
H A Dtest_indexer_node.cpp40 const int MaxPorts = 10; variable
42 bool outputCheck[MaxPorts][Count]; // for checking output
160 static void* all_input_nodes[MaxPorts][MaxNInputs];
253 for(int i=0; i < MaxPorts; ++i) { in test()
H A Dtest_join_node.h368 const int MaxPorts = 10;
370 bool outputCheck[MaxPorts][Count]; // for checking output
1020 static void* all_input_nodes[MaxPorts][MaxNInputs];
1173 for(int i = 0; i < MaxPorts; ++i) {