Searched refs:BestThisRow (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A Dedit_distance.h73 unsigned BestThisRow = Current[0]; local
85 BestThisRow = std::min(BestThisRow, Current[x]);
88 if (MaxEditDistance && BestThisRow > MaxEditDistance)

Completed in 97 milliseconds