glibc/sysdeps/aarch64
Richard Earnshaw be9d4ccc7f [AArch64] Add optimized strchrnul.
Here is an optimized implementation of __strchrnul.  The
simplification that we don't have to track precisely why the loop
terminates (match or end-of-string) means we have to do less work in
both setup and the core inner loop.  That means this should never be
slower than strchr.

As with strchr, the use of LD1 means we do not need different versions
for big-/little-endian.
2014-11-05 13:51:56 +00:00
..
bits
fpu Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating functionality. 2014-10-24 13:23:12 +00:00
nptl AArch64: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:29:24 -07:00
soft-fp
__longjmp.S aarch64: Add setjmp and longjmp SystemTap probes 2014-04-22 11:13:16 +01:00
abort-instr.h
backtrace.c
bsd-_setjmp.S
bsd-setjmp.S
bzero.S
configure Require autoconf 2.69 2014-09-29 07:53:36 -07:00
configure.ac
crti.S
crtn.S
dl-irel.h
dl-link.sym
dl-machine.h Don't use INTDEF/INTUSE with _dl_init (bug 14132). 2014-11-04 23:26:39 +00:00
dl-sysdep.h
dl-tls.h
dl-tlsdesc.h
dl-tlsdesc.S
dl-trampoline.S
Implies
jmpbuf-offsets.h
jmpbuf-unwind.h
ldsodefs.h
libc-tls.c
libm-test-ulps aarch64: Update libm-test-ulps 2014-07-11 10:57:48 -07:00
machine-gmon.h
Makefile
math-tests.h Add fenv test support for AArch64. 2014-04-17 16:58:35 +01:00
mcount.c
memcmp.S
memcpy.S
memmove.S
memset.S
memusage.h
preconfigure Remove relro configure test. 2014-06-27 16:51:22 +00:00
setjmp.S Remove unnecessary uses of NOT_IN_libc 2014-08-21 10:26:46 +05:30
sotruss-lib.c
stackinfo.h
start.S
strchr.S [AArch64] Add optimized strchr. 2014-06-19 11:03:59 +01:00
strchrnul.S [AArch64] Add optimized strchrnul. 2014-11-05 13:51:56 +00:00
strcmp.S
strlen.S
strncmp.S
strnlen.S
sysdep.h
tls-macros.h
tlsdesc.c Fix -Wundef warnings for SHARED 2014-07-09 09:26:07 +01:00
tlsdesc.sym
tst-audit.h
Versions