Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
H A Dstring-search.h331 int gs_shift = good_suffix_shift[j + 1]; in BoyerMooreSearch() local
334 if (gs_shift > shift) { in BoyerMooreSearch()
335 shift = gs_shift; in BoyerMooreSearch()
/third_party/node/src/
H A Dstring_search.h372 int gs_shift = good_suffix_shift[j + 1]; in BoyerMooreSearch() local
375 if (gs_shift > shift) { in BoyerMooreSearch()
376 shift = gs_shift; in BoyerMooreSearch()

Completed in 3 milliseconds