Searched refs:nCand (Results 1 – 1 of 1) sorted by relevance
296 const uint32_t nCand = candidates.size(); in finishBreaksOptimal() local298 for (uint32_t i = nCand - 1; i > 0; i = prevIndex) { in finishBreaksOptimal()324 const uint32_t nCand = candidates.size(); in computeBreaks() local328 breaksData.reserve(nCand); in computeBreaks()332 for (uint32_t i = 1; i < nCand; i++) { in computeBreaks()333 const bool atEnd = i == nCand - 1; in computeBreaks()