Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstr-two-way.h92 size_t *period) in critical_factorization() argument
143 *period = p; in critical_factorization()
183 *period = p; in critical_factorization()
203 size_t period; /* The period of the right half of needle. */ in two_way_short_needle() local
209 suffix = critical_factorization (needle, needle_len, &period); in two_way_short_needle()
213 if (CMP_FUNC (needle, needle + period, suffix) == 0) in two_way_short_needle()
238 j += period; in two_way_short_needle()
239 memory = needle_len - period; in two_way_short_needle()
252 period = MAX (suffix, needle_len - suffix) + 1; in two_way_short_needle()
270 j += period; in two_way_short_needle()
[all …]
/picolibc-latest/newlib/
DChangeLog-201512410 * libm/common/s_modf.c: Remove extra period from documentation.
21990 * libc/sys/arm/crt0.S: Prepend a period to all local labels that