Searched refs:has_output (Results 1 – 1 of 1) sorted by relevance
1820 bool has_input, has_output; in AllocatePorts() local1835 has_output = false; in AllocatePorts()1842 has_output = true; in AllocatePorts()1851 if ((has_input == false) && (has_output == true)) in AllocatePorts()1853 else if ((has_input == true) && (has_output == true)) in AllocatePorts()1855 else if ((has_input == true) && (has_output == false)) in AllocatePorts()