Home
last modified time | relevance | path

Searched defs:nInputs (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_indexer_node.cpp173 static void add_input_nodes(indexer_node_type &my_indexer, tbb::flow::graph &g, int nInputs) { in add_input_nodes()
198 static void remove_input_nodes(indexer_node_type& my_indexer, int nInputs) { in remove_input_nodes()
219 static void add_input_nodes(indexer_node_type &my_indexer, tbb::flow::graph &g, int nInputs) { in add_input_nodes()
234 static void remove_input_nodes(indexer_node_type& my_indexer, int nInputs) { in remove_input_nodes()
258 for(int nInputs = 1; nInputs <= MaxNInputs; ++nInputs) { in test() local
H A Dtest_split_node.cpp234 for(int nInputs = 1; nInputs <= MaxNInputs; ++nInputs) { in test() local