Searched refs:ViableForN (Results 1 – 1 of 1) sorted by relevance
12539 bool ViableForN[3] = {true, true, true}; in canLowerByDroppingEvenElements() local12548 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()12549 if (ViableForN[j]) { in canLowerByDroppingEvenElements()12556 ViableForN[j] = false; in canLowerByDroppingEvenElements()12563 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()12564 if (ViableForN[j]) in canLowerByDroppingEvenElements()