Searched refs:AVAILABLE (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | str-two-way.h | 221 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_short_needle() 255 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_short_needle() 326 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_long_needle() 378 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_long_needle() 412 #undef AVAILABLE
|
D | strcasestr.c | 77 # define AVAILABLE(h, h_l, j, n_l) \ macro
|
D | memmem.c | 97 # 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
|