Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/isoc/newlib/
H A Dstr-two-way.h236 size_t suffix; /* The index of the right half of needle. */ in two_way_short_needle() local
241 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 …]
/optee_os/scripts/
H A Dget_maintainer.py120 suffix=".patch",
232 suffix=".patch", delete=False)