/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | memcpy.s | 31 ANSI_PRAGMA_WEAK(memmove,function) 57 ENTRY(memmove) function 141 SET_SIZE(memmove)
|
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/ |
H A D | memcpy.s | 31 ANSI_PRAGMA_WEAK(memmove,function) 34 ENTRY(memmove) function 229 / .CopyLeft handles the memmove case where we must perform the copy backwards, 276 SET_SIZE(memmove)
|
/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | memcpy.s | 34 * Implements memcpy() and memmove() libc primitives. 41 ANSI_PRAGMA_WEAK(memmove,function) 96 * memmove overview: 97 * memmove is the same as memcpy except one case where copy needs to be 101 ENTRY(memmove) function 3166 SET_SIZE(memmove)
|
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 68 ANSI_PRAGMA_WEAK(memmove,function) 71 ENTRY(memmove) function 318 SET_SIZE(memmove)
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | memmove.s | 27 .file "memmove.s" 31 ANSI_PRAGMA_WEAK(memmove,function) 34 * memmove(s1, s2, len) 38 ENTRY(memmove) function 189 SET_SIZE(memmove)
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | memmove.s | 27 .file "memmove.s" 31 ANSI_PRAGMA_WEAK(memmove,function) 34 * memmove(s1, s2, len) 38 ENTRY(memmove) function 189 SET_SIZE(memmove)
|
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/ |
H A D | memcpy.s | 139 * Comment on N2 memmove and memcpy common code and block-store-init: 140 * In the man page for memmove, it specifies that copying will take place 151 * memmove instead of memcpy. The memmove version duplicates the memcpy 152 * algorithms except the memmove version does not use block-store-init 154 * memmove can determine the source and destination do not overlap, 155 * memmove shares the memcpy code. 204 ANSI_PRAGMA_WEAK(memmove,function) 207 ENTRY(memmove) function 292 ! Check to see if memmove i [all...] |
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/ |
H A D | memcpy.s | 87 ANSI_PRAGMA_WEAK(memmove,function) 90 ENTRY(memmove) function 174 SET_SIZE(memmove) 181 ! memmove, but Athena will use all the same code as memcpy.
|
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/ |
H A D | memcpy.s | 112 * Comment on SPARC T4 memmove and memcpy common code and block-store-init: 113 * In the man page for memmove, it specifies that copying will take place 124 * memmove instead of memcpy. The memmove version duplicates the memcpy 125 * algorithms except the memmove version does not use block-store-init 127 * memmove can determine the source and destination do not overlap, 128 * memmove shares the memcpy code. 131 * src and dest overlap, it uses the memmove code instead. This test 168 ANSI_PRAGMA_WEAK(memmove,function) 171 ENTRY(memmove) function [all...] |
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcpy.s | 55 ANSI_PRAGMA_WEAK(memmove,function) 58 ENTRY(memmove) function 132 SET_SIZE(memmove)
|
/osnet-11/usr/src/lib/libresolv2/include/ |
H A D | port_before.h | 52 #define memmove(a,b,c) bcopy(b,a,c) macro
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | misc.c | 70 void *memmove (void *dest, const void *src, grub_size_t n) 80 void *memmove (void *dest, const void *src, grub_size_t n) function
|
/osnet-11/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 491 # define memmove(d, s, l) (bcopy((s), (d), (l))) macro
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 383 #define memmove grub_memmove macro
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/ |
H A D | minilzo.c | 2027 # undef memmove macro 2028 # define memmove(a,b,c) lzo_memmove(a,b,c) macro 2031 # define lzo_memmove(a,b,c) memmove(a,b,c) 2514 return memmove(dest, src, len);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perl.h | 579 #if !defined(HAS_MEMMOVE) && !defined(memmove) 581 # define memmove(d,s,l) bcopy(s,d,l) macro 584 # define memmove(d,s,l) memcpy(d,s,l) macro 586 # define memmove(d,s,l) my_bcopy(s,d,l) macro
|