Searched refs:AVAILABLE (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/newlib/ |
A D | str-two-way.h | 252 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_short_needle() 286 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_short_needle() 357 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_long_needle() 409 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_long_needle() 443 #undef AVAILABLE
|
A D | strstr.c | 74 # define AVAILABLE(h, h_l, j, n_l) \ macro
|
Completed in 3 milliseconds