Searched refs:MaxNInputs (Results 1 – 3 of 3) sorted by relevance
41 const int MaxNInputs = 5; // max # of input_nodes to register for each split_node input in parallel… variable227 input_type* all_input_nodes[MaxNInputs]; in test()234 for(int nInputs = 1; nInputs <= MaxNInputs; ++nInputs) { in test()
41 const int MaxNInputs = 5; // max # of input_nodes to register for each indexer_node input in parall… variable160 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()
369 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) {