Home
last modified time | relevance | path

Searched refs:AVAILABLE (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/string/
Dstr-two-way.h247 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_short_needle()
293 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_short_needle()
317 if (!AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_short_needle()
423 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_long_needle()
482 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_long_needle()
523 #undef AVAILABLE
Dstrcasestr.c39 #define AVAILABLE(h, h_l, j, n_l) \ macro
Dmemmem.c29 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) macro
Dstrstr.c26 #define AVAILABLE(h, h_l, j, n_l) \ macro
/glibc-2.36/scripts/
Ddocumented.sh26 sort -u > AVAILABLE
62 diff -y --width=60 --suppress-common-lines DOCUMENTED AVAILABLE |
/glibc-2.36/benchtests/
Dbench-memmem.c56 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) macro
Dbench-strstr.c76 #define AVAILABLE(h, h_l, j, n_l) \ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.1913269 * string/strcasestr.c (AVAILABLE): Fix readahead distance.
13270 * string/strstr.c (AVAILABLE): Likewise.
14708 * string/strstr.c (AVAILABLE): Likewise.
15827 * string/strcasestr.c (AVAILABLE): Use read-ahead __strnlen.
15828 * string/strstr.c (AVAILABLE): Use read-ahead __strnlen.
DChangeLog.1878070 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.