Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_split_node.cpp41 const int MaxNInputs = 5; // max # of input_nodes to register for each split_node input in parallel… variable
227 input_type* all_input_nodes[MaxNInputs]; in test()
234 for(int nInputs = 1; nInputs <= MaxNInputs; ++nInputs) { in test()
H A Dtest_indexer_node.cpp41 const int MaxNInputs = 5; // max # of input_nodes to register for each indexer_node input in parall… variable
160 static void* all_input_nodes[MaxPorts][MaxNInputs];
254 for(int j=0; j < MaxNInputs; ++j) { in test()
258 for(int nInputs = 1; nInputs <= MaxNInputs; ++nInputs) { in test()
H A Dtest_join_node.h369 const int MaxNInputs = 5; // max # of input_nodes to register for each join_node input in parallel …
1020 static void* all_input_nodes[MaxPorts][MaxNInputs];
1174 for(int j = 0; j < MaxNInputs; ++j) {
1178 for(int nInputs = 1; nInputs<=MaxNInputs; ++nInputs) {