Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dstr-two-way.h221 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
Dstrcasestr.c77 # define AVAILABLE(h, h_l, j, n_l) \ macro
Dmemmem.c97 # 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