Searched refs:suffix (Results 1 – 2 of 2) sorted by relevance
236 size_t suffix; /* The index of the right half of needle. */ in two_way_short_needle() local241 suffix = critical_factorization (needle, needle_len, &period); in two_way_short_needle()245 if (CMP_FUNC (needle, needle + period, suffix) == 0) in two_way_short_needle()255 i = MAX (suffix, memory); in two_way_short_needle()262 i = suffix - 1; in two_way_short_needle()275 j += i - suffix + 1; in two_way_short_needle()284 period = MAX (suffix, needle_len - suffix) + 1; in two_way_short_needle()289 i = suffix; in two_way_short_needle()296 i = suffix - 1; in two_way_short_needle()305 j += i - suffix + 1; in two_way_short_needle()[all …]
120 suffix=".patch",232 suffix=".patch", delete=False)