bionic/libc/arch-x86/string
Nick Kralevich 11ebbc8437 libc: remove bcmp prototype
AFAIK, bionic only ever provided an implementation of bcmp
for x86, and even then, the code was never actually compiled.
Remove the prototype.

bcmp() has been obsoleted and replaced by memcmp()

Change-Id: I549d02ab6a9241a9acbbbfade0d98a9a02c2eaee
2013-02-21 17:17:09 -08:00
..
bcopy_wrapper.S Atom optimized string and memory routines 2010-03-26 10:54:07 -07:00
bcopy.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
bzero_wrapper.S Atom optimized string and memory routines 2010-03-26 10:54:07 -07:00
bzero.S Add a bunch more missing ENDs to assembler routines. 2013-02-13 15:12:32 -08:00
cache_wrapper.S Atom optimized string and memory routines 2010-03-26 10:54:07 -07:00
ffs.S ffs was not being built for x86. 2013-02-13 16:31:52 -08:00
index.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
memchr.S Add a bunch more missing ENDs to assembler routines. 2013-02-13 15:12:32 -08:00
memcmp_wrapper.S Update ATOM string routines to latest 2010-10-11 12:33:58 -07:00
memcmp.S Add a bunch more missing ENDs to assembler routines. 2013-02-13 15:12:32 -08:00
memcpy_wrapper.S Atom optimized string and memory routines 2010-03-26 10:54:07 -07:00
memcpy.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
memmove_wrapper.S Atom optimized string and memory routines 2010-03-26 10:54:07 -07:00
memmove.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
memset_wrapper.S Atom optimized string and memory routines 2010-03-26 10:54:07 -07:00
memset.S Add a bunch more missing ENDs to assembler routines. 2013-02-13 15:12:32 -08:00
rindex.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
sse2-memset5-atom.S Cherry-pick "generate PIC code". 2012-05-08 11:53:28 -07:00
sse2-strlen-atom.S Update ATOM string routines to latest 2010-10-11 12:33:58 -07:00
ssse3-memcmp3-new.S Update ATOM string routines to latest 2010-10-11 12:33:58 -07:00
ssse3-memcpy5.S bionic/x86: Optimization for memcpy 2012-05-08 12:18:25 -07:00
ssse3-strcmp-latest.S Use unambiguous mnemonics 2012-08-21 15:28:23 -04:00
strcat.S Add a bunch more missing ENDs to assembler routines. 2013-02-13 15:12:32 -08:00
strchr.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
strcmp_wrapper.S Update ATOM string routines to latest 2010-10-11 12:33:58 -07:00
strcmp.S Add a bunch more missing ENDs to assembler routines. 2013-02-13 15:12:32 -08:00
strcpy.S Add a bunch more missing ENDs to assembler routines. 2013-02-13 15:12:32 -08:00
strlen_wrapper.S Update ATOM string routines to latest 2010-10-11 12:33:58 -07:00
strlen.S Add a bunch more missing ENDs to assembler routines. 2013-02-13 15:12:32 -08:00
strncmp_wrapper.S Update ATOM string routines to latest 2010-10-11 12:33:58 -07:00
strncmp.S Add a bunch more missing ENDs to assembler routines. 2013-02-13 15:12:32 -08:00
strrchr.S auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
swab.S Add a bunch more missing ENDs to assembler routines. 2013-02-13 15:12:32 -08:00