Searched refs:ViableForN (Results 1 – 1 of 1) sorted by relevance
14318 bool ViableForN[3] = {true, true, true}; in canLowerByDroppingEvenElements() local14327 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()14328 if (ViableForN[j]) { in canLowerByDroppingEvenElements()14335 ViableForN[j] = false; in canLowerByDroppingEvenElements()14342 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()14343 if (ViableForN[j]) in canLowerByDroppingEvenElements()