Searched defs:nInputs (Results 1 – 2 of 2) sorted by relevance
173 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
234 for(int nInputs = 1; nInputs <= MaxNInputs; ++nInputs) { in test() local