Searched refs:AVAILABLE (Results 1 – 4 of 4) sorted by relevance
/string/ |
A 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
|
A D | strcasestr.c | 39 #define AVAILABLE(h, h_l, j, n_l) \ macro
|
A D | memmem.c | 29 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) macro
|
A D | strstr.c | 26 #define AVAILABLE(h, h_l, j, n_l) \ macro
|
Completed in 8 milliseconds