Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstr-two-way.h220 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
Dstrcasestr.c77 # define AVAILABLE(h, h_l, j, n_l) \ macro
Dmemmem.c98 # define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) macro
Dstrstr.c109 # define AVAILABLE(h, h_l, j, n_l) (((j) <= (h_l) - (n_l)) \ macro