Searched refs:AVAILABLE (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libc/string/ |
D | str-two-way.h | 220 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_short_needle() 254 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_short_needle() 325 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_long_needle() 377 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_long_needle() 411 #undef AVAILABLE
|
D | strcasestr.c | 77 # define AVAILABLE(h, h_l, j, n_l) \ macro
|
D | memmem.c | 98 # define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) macro
|
D | strstr.c | 109 # define AVAILABLE(h, h_l, j, n_l) (((j) <= (h_l) - (n_l)) \ macro
|