Searched refs:suffix (Results 1 – 1 of 1) sorted by relevance
262 i = suffix - 1; in two_way_short_needle()277 j += i - suffix + 1; in two_way_short_needle()291 period = MAX (suffix, needle_len - suffix) + 1; in two_way_short_needle()329 i = suffix + 1; in two_way_short_needle()349 i = suffix - 1; in two_way_short_needle()367 j += i - suffix + 1; in two_way_short_needle()455 i = suffix - 1; in two_way_long_needle()480 period = MAX (suffix, needle_len - suffix) + 1; in two_way_long_needle()497 i = suffix; in two_way_long_needle()506 i = suffix - 1; in two_way_long_needle()[all …]
Completed in 7 milliseconds