Home
last modified time | relevance | path

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

/string/
A Dstr-two-way.h247 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 Dstrcasestr.c39 #define AVAILABLE(h, h_l, j, n_l) \ macro
A Dmemmem.c29 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) macro
A Dstrstr.c26 #define AVAILABLE(h, h_l, j, n_l) \ macro

Completed in 8 milliseconds