Searched refs:ViableForN (Results 1 – 1 of 1) sorted by relevance
10055 bool ViableForN[3] = {true, true, true}; in canLowerByDroppingEvenElements() local10064 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()10065 if (ViableForN[j]) { in canLowerByDroppingEvenElements()10072 ViableForN[j] = false; in canLowerByDroppingEvenElements()10079 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()10080 if (ViableForN[j]) in canLowerByDroppingEvenElements()