Searched refs:matchHash (Results 1 – 1 of 1) sorted by relevance
1142 unsigned matchHash = 0; in find() local1145 matchHash += matchString[i]; in find()1150 while (searchHash != matchHash || !equal(searchCharacters + i, matchString, matchLength)) { in find()1208 unsigned matchHash = 0; in findInternal() local1212 matchHash += matchCharacters[i]; in findInternal()1217 while (searchHash != matchHash || !equal(searchCharacters + i, matchCharacters, matchLength)) { in findInternal()1384 unsigned matchHash = 0; in reverseFindInner() local1387 matchHash += matchCharacters[i]; in reverseFindInner()1391 …while (searchHash != matchHash || !equal(searchCharacters + delta, matchCharacters, matchLength)) { in reverseFindInner()