Searched refs:two_way_long_needle (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/string/ |
D | strcasestr.c | 87 return two_way_long_needle ((const unsigned char *) haystack, haystack_len, in STRCASESTR()
|
D | memmem.c | 80 return two_way_long_needle (hs, hs_len, ne, ne_len); in __memmem()
|
D | strstr.c | 107 return two_way_long_needle (hs, hs_len, ne, ne_len); in STRSTR()
|
D | str-two-way.h | 390 two_way_long_needle (const unsigned char *haystack, size_t haystack_len, in two_way_long_needle() function
|
/glibc-2.36/benchtests/ |
D | bench-memmem.c | 98 return two_way_long_needle (haystack, haystack_len, needle, needle_len); in twoway_memmem()
|
D | bench-strstr.c | 123 return two_way_long_needle ((const unsigned char *) haystack, haystack_len, in twoway_strstr()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 4200 (two_way_long_needle): Block inlining.
|
D | ChangeLog.18 | 95779 * string/str-two-way.h (two_way_long_needle): Always clear memory
|