Searched refs:BestIndex (Results 1 – 4 of 4) sorted by relevance
30 unsigned BestIndex; variable36 BestEditDistance(MaxEditDistance + 1), BestIndex(0), NextIndex(0) {} in SimpleTypoCorrection()
37 BestIndex = NextIndex; in add()53 unsigned SimpleTypoCorrection::getCorrectionIndex() const { return BestIndex; } in getCorrectionIndex()
163 uint32_t BestIndex = 0; in encode() local 178 BestIndex = I; in encode() 183 MinLineDelta = DeltaInfos[BestIndex].Delta; in encode()
495 int BestIndex; member in __anonfc09cd8b0211::FilterChooser516 BestIndex(-1), BitWidth(BW), Emitter(E) { in FilterChooser()526 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1), in FilterChooser()575 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()576 return Filters[BestIndex]; in bestFilter()1544 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()1563 BestIndex = -1; in filterProcessor()1762 BestIndex = 0; in filterProcessor()1773 BestIndex = Idx; in filterProcessor()1808 BestIndex = -1; in doFilter()[all …]