glibc/string
H.J. Lu 2b7a8664fa SSE4.2 strstr/strcasestr for x86-64.
This patch implements SSE4.2 strstr/strcasestr, using Knuth-Morris-Pratt
string searching algorithm.
2009-07-20 21:06:50 -07:00
..
bits
_strerror.c
argz-addsep.c
argz-append.c
argz-count.c
argz-create.c
argz-ctsep.c
argz-delete.c
argz-extract.c
argz-insert.c
argz-next.c
argz-replace.c
argz-stringify.c
argz.h
basename.c
bcopy.c
bug-envz1.c
bug-strcoll1.c
bug-strncat1.c
bug-strpbrk1.c
bug-strspn1.c
bug-strtok1.c
byteswap.h
bzero.c
Depend
endian.h * string/endian.h: Define new fixed-size hto* and *toh macros only 2008-05-21 23:39:35 +00:00
envz.c
envz.h
ffs.c
ffsll.c
inl-tester.c
Makefile * string/strverscmp.c (__strverscmp): Fix last cleanups. 2009-04-07 06:51:59 +00:00
memccpy.c
memchr.c
memcmp.c
memcpy.c
memfrob.c
memmem.c * string/Makefile (distribute): Add str-two-way.h. 2008-05-15 04:42:20 +00:00
memmove.c
memory.h
mempcpy.c
memrchr.c
memset.c
noinl-tester.c
rawmemchr.c
stpcpy.c
stpncpy.c SSSE3 strcpy/stpcpy for x86-64 2009-07-02 03:39:03 -07:00
str-two-way.h * string/Makefile (distribute): Add str-two-way.h. 2008-05-15 04:42:20 +00:00
stratcliff.c * string/stratcliff.c (do_test): Test for zero length 2009-05-09 14:45:07 +00:00
strcasecmp_l.c
strcasecmp.c
strcasestr.c SSE4.2 strstr/strcasestr for x86-64. 2009-07-20 21:06:50 -07:00
strcat.c
strchr.c
strchrnul.c
strcmp.c
strcoll_l.c
strcoll.c
strcpy.c
strcspn.c
strdup.c
strerror_l.c
strerror.c
strfry.c
string-inlines.c
string.h * wctype/wctype.h: The *_l functions are in POSIX 2008. 2009-02-26 16:53:30 +00:00
strings.h * wctype/wctype.h: The *_l functions are in POSIX 2008. 2009-02-26 16:53:30 +00:00
strlen.c [BZ #5807] 2009-03-15 09:03:38 +00:00
strncase_l.c
strncase.c
strncat.c
strncmp.c Add SSE4.2 support for strcmp and strncmp on x86-64. 2009-06-22 20:38:41 -07:00
strncpy.c SSSE3 strcpy/stpcpy for x86-64 2009-07-02 03:39:03 -07:00
strndup.c
strnlen.c
strpbrk.c
strrchr.c
strsep.c
strsignal.c
strspn.c
strstr.c SSE4.2 strstr/strcasestr for x86-64. 2009-07-20 21:06:50 -07:00
strtok_r.c
strtok.c
strverscmp.c * string/strverscmp.c (__strverscmp): Fix last cleanups. 2009-04-07 06:51:59 +00:00
strxfrm_l.c
strxfrm.c
swab.c
test-ffs.c
test-memccpy.c
test-memchr.c Fix x86-64 memchr for large lengths. 2009-06-16 10:23:31 -07:00
test-memcmp.c
test-memcpy.c
test-memmem.c * string/Makefile (strop-tests): Add memmem. 2008-05-25 00:17:34 +00:00
test-memmove.c
test-mempcpy.c
test-memset.c
test-stpcpy.c
test-stpncpy.c
test-strcat.c
test-strchr.c
test-strcmp.c
test-strcpy.c
test-strcspn.c
test-string.h * string/Makefile (strop-tests): Add memmem. 2008-05-25 00:17:34 +00:00
test-strlen.c
test-strncmp.c
test-strncpy.c
test-strpbrk.c
test-strrchr.c
test-strspn.c
testcopy.c
tester.c * string/tester.c (test_memcmp): Add a few more tests. 2008-05-11 08:55:42 +00:00
tst-bswap.c
tst-endian.c [BZ #6442] 2008-05-15 02:54:33 +00:00
tst-inlcall.c
tst-strfry.c
tst-strlen.c
tst-strtok.c
tst-strxfrm2.c
tst-strxfrm.c
tst-svc2.c [BZ #9893] 2009-03-14 23:57:33 +00:00
tst-svc.c
tst-svc.expect * string/strverscmp.c (__strverscmp): Fix last cleanups. 2009-04-07 06:51:59 +00:00
tst-svc.input * string/strverscmp.c (__strverscmp): Fix last cleanups. 2009-04-07 06:51:59 +00:00
Versions
wordcopy.c
xpg-strerror.c