Searched refs:AVAILABLE (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/string/ |
D | str-two-way.h | 247 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
|
D | strcasestr.c | 39 #define AVAILABLE(h, h_l, j, n_l) \ macro
|
D | memmem.c | 29 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) macro
|
D | strstr.c | 26 #define AVAILABLE(h, h_l, j, n_l) \ macro
|
/glibc-2.36/scripts/ |
D | documented.sh | 26 sort -u > AVAILABLE 62 diff -y --width=60 --suppress-common-lines DOCUMENTED AVAILABLE |
|
/glibc-2.36/benchtests/ |
D | bench-memmem.c | 56 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) macro
|
D | bench-strstr.c | 76 #define AVAILABLE(h, h_l, j, n_l) \ macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 13269 * 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.
|
D | ChangeLog.18 | 78070 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
|