Home
last modified time | relevance | path

Searched refs:swapcost (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/src/
Dutil.cc578 int levenshtein(const char *a, int alen, const char *b, int blen, int swapcost, in levenshtein() argument
590 dp[0][j] = std::min(dp[0][j], dp[2][j - 2] + swapcost); in levenshtein()