platform_bionic/libc/arch-arm64/generic/bionic
Jake Weinstein 2926f9a31e libc: remove bcopy from memmove on 64-bit architectures
* bcopy is deprecated on LP64 by the following commit:

  ce9ce28e5d

Change-Id: I6849916f0ec4a2d0db9a360999ad1dc8edda952b
2015-08-17 22:06:12 +00:00
..
memchr.S Use unified syntax to compile with both llvm and gcc. 2015-05-11 17:15:03 -07:00
memcmp.S Add ARMv8 optimized string handling functions based on cortex-strings 2014-03-06 14:59:51 -08:00
memcpy.S Add __memcpy_chk assembly for 64 bit. 2014-09-26 12:47:04 -07:00
memcpy_base.S Add __memcpy_chk assembly for 64 bit. 2014-09-26 12:47:04 -07:00
memmove.S libc: remove bcopy from memmove on 64-bit architectures 2015-08-17 22:06:12 +00:00
memset.S Add Aarch64 optimized bzero based on memset 2014-05-29 13:28:55 -07:00
stpcpy.S Add optimized stpcpy. 2014-06-30 12:48:13 -07:00
strchr.S Use unified syntax to compile with both llvm and gcc. 2015-05-11 17:15:03 -07:00
strcmp.S Add ARMv8 optimized string handling functions based on cortex-strings 2014-03-06 14:59:51 -08:00
strcpy.S Add optimized stpcpy. 2014-06-30 12:48:13 -07:00
string_copy.S Regenerate the bionic NOTICE files. 2014-07-07 15:42:06 -07:00
strlen.S Add ARMv8 optimized string handling functions based on cortex-strings 2014-03-06 14:59:51 -08:00
strncmp.S Add ARMv8 optimized string handling functions based on cortex-strings 2014-03-06 14:59:51 -08:00
strnlen.S Add ARMv8 optimized string handling functions based on cortex-strings 2014-03-06 14:59:51 -08:00
wmemmove.S Add optimized AArch64 versions of bcopy and wmemmove based on memmove 2014-05-23 18:49:57 -07:00