Searched defs:memcmp (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemcmp.s26 .file "memcmp.s"
29 / memcmp(s1, s2, n)
37 / memcmp(const void *s1, const void *s2, size_t n)
57 ANSI_PRAGMA_WEAK(memcmp,function)
61 ENTRY(memcmp) function
105 SET_SIZE(memcmp)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemcmp.s27 .file "memcmp.s"
30 * memcmp(s1, s2, len)
34 * Fast assembler language version of the following C-program for memcmp
38 * memcmp(const void *s1, const void *s2, size_t n)
54 ANSI_PRAGMA_WEAK(memcmp,function)
56 ENTRY(memcmp) function
233 SET_SIZE(memcmp)
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemcmp.s27 .file "memcmp.s"
30 * memcmp(s1, s2, len)
34 * Fast assembler language version of the following C-program for memcmp
38 * memcmp(const void *s1, const void *s2, size_t n)
54 ANSI_PRAGMA_WEAK(memcmp,function)
56 ENTRY(memcmp) function
229 SET_SIZE(memcmp)
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemcmp.s48 .file "memcmp.s"
52 ANSI_PRAGMA_WEAK(memcmp,function)
57 #define LABEL(s) .memcmp/**/s
59 ENTRY(memcmp) /* (const void *, const void*, size_t) */ function
456 SET_SIZE(memcmp)
/osnet-11/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.s26 .file "memcmp.s"
29 * memcmp(s1, s2, len)
33 * Fast assembler language version of the following C-program for memcmp
37 * memcmp(const void *s1, const void *s2, size_t n)
56 ANSI_PRAGMA_WEAK(memcmp,function)
58 ENTRY(memcmp) function
165 SET_SIZE(memcmp)
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcmp.s26 .file "memcmp.s"
33 * memcmp(s1, s2, len)
37 * Fast assembler language version of the following C-program for memcmp
41 * memcmp(const void *s1, const void *s2, size_t n)
58 ANSI_PRAGMA_WEAK(memcmp,function)
63 ENTRY(memcmp) function
196 ! Athena unaligned memcmp algorithm + tuning:
389 SET_SIZE(memcmp)
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt_wrap/
H A Dcipher_wrap.h104 memcmp (const void *s1, const void *s2, grub_size_t n) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.h243 # ifndef memcmp
244 extern int memcmp proto((char*, char*, int));
248 # pragma function(memcmp)
251 # ifndef memcmp
254 # define memcmp my_memcmp macro
256 # define memcmp Perl_my_memcmp macro
259 extern int memcmp proto((char*, char*, int));
266 # define bcmp(s1,s2,l) memcmp(s1,s2,l)
271 # define memNE(s1,s2,l) (memcmp(s1,s2,l))
272 # define memEQ(s1,s2,l) (!memcmp(s
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.s26 .file "memcmp.s"
29 * memcmp(s1, s2, len)
33 * Fast assembler language version of the following C-program for memcmp
37 * memcmp(const void *s1, const void *s2, size_t n)
54 ANSI_PRAGMA_WEAK(memcmp,function)
56 ENTRY(memcmp) function
1119 SET_SIZE(memcmp)
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c249 int memcmp (const void *s1, const void *s2, grub_size_t n)
252 int memcmp (const void *s1, const void *s2, grub_size_t n) function
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dshared.h394 #define memcmp grub_memcmp macro
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c2013 # undef memcmp macro
2014 # define memcmp(a,b,c) lzo_memcmp(a,b,c) macro
2017 # define lzo_memcmp(a,b,c) memcmp(a,b,c)
2473 return memcmp(s1, s2, len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h597 # ifndef memcmp
598 extern int memcmp (char*, char*, int);
602 # pragma function(memcmp)
605 # ifndef memcmp
606 # define memcmp my_memcmp macro
632 # define bcmp(s1,s2,l) memcmp(s1,s2,l)

Completed in 81 milliseconds