Searched refs:GetGoodSuffixLengthByFirstChar (Results 1 – 2 of 2) sorted by relevance
84 int GetGoodSuffixLengthByFirstChar(uint8_t *pat, int patIndex, int tarlen);
343 int GetGoodSuffixLengthByFirstChar(uint8_t *pat, int patIndex, int tarlen) in GetGoodSuffixLengthByFirstChar() function407 int goodSuffix = GetGoodSuffixLengthByFirstChar(target, j, tarlen); in FindLastIndex()