Searched refs:nCand (Results 1 – 1 of 1) sorted by relevance
312 const uint32_t nCand = candidates.size(); in finishBreaksOptimal() local314 for (uint32_t i = nCand - 1; i > 0; i = prevIndex) { in finishBreaksOptimal()340 const uint32_t nCand = candidates.size(); in computeBreaks() local344 breaksData.reserve(nCand); in computeBreaks()348 for (uint32_t i = 1; i < nCand; i++) { in computeBreaks()349 const bool atEnd = i == nCand - 1; in computeBreaks()