Searched refs:haystack_len (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/newlib/ |
A D | strstr.c | 124 size_t haystack_len; /* Known minimum length of HAYSTACK. */ 143 haystack_len = (haystack > searchee + needle_len ? 1 149 haystack_len, 151 return two_way_long_needle ((const unsigned char *) haystack, haystack_len,
|
A D | str-two-way.h | 230 two_way_short_needle (const unsigned char *haystack, size_t haystack_len, in two_way_short_needle() argument 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() 324 two_way_long_needle (const unsigned char *haystack, size_t haystack_len, in two_way_long_needle() argument 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()
|
Completed in 4 milliseconds