/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | memcpy.s | 27 .file "memcpy.s" 32 ANSI_PRAGMA_WEAK(memcpy,function) 36 ENTRY(memcpy) function 54 SET_SIZE(memcpy)
|
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/ |
H A D | memcpy.s | 27 .file "memcpy.s" 32 ANSI_PRAGMA_WEAK(memcpy,function) 51 ENTRY(memcpy) function 226 SET_SIZE(memcpy)
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | memcpy.s | 26 .file "memcpy.s" 29 * memcpy(s1, s2, len) 34 * Fast assembler language version of the following C-program for memcpy 38 * memcpy(void *s, const void *s0, size_t n) 53 ANSI_PRAGMA_WEAK(memcpy,function) 55 ENTRY(memcpy) function 181 SET_SIZE(memcpy)
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | memcpy.s | 27 .file "memcpy.s" 30 * memcpy(s1, s2, len) 38 * Fast assembler language version of the following C-program for memcpy 42 * memcpy(void *s, const void *s0, size_t n) 57 ANSI_PRAGMA_WEAK(memcpy,function) 59 ENTRY(memcpy) function 185 SET_SIZE(memcpy)
|
/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | memcpy.s | 33 * memcpy.s - copies two blocks of memory 34 * Implements memcpy() and memmove() libc primitives. 37 .file "memcpy.s" 42 ANSI_PRAGMA_WEAK(memcpy,function) 47 #define L(s) .memcpy/**/s 50 * memcpy algorithm overview: 97 * memmove is the same as memcpy except one case where copy needs to be 110 ENTRY (memcpy) function 2366 SET_SIZE(memcpy)
|
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | memSset.c | 108 /* this is the code within memcpy which shows how to do a block copy */ 110 memcpy(char *to, char *from, int count) function
|
/osnet-11/usr/src/lib/libdisasm/common/ |
H A D | linktest_stand.c | 43 void memcpy(void) {} function
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
H A D | string.h | 44 memcpy (void *dest, const void *src, grub_size_t n) function
|
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 26 .file "memcpy.s" 29 * memcpy(s1, s2, len) 35 * Fast assembler language version of the following C-program for memcpy 39 * memcpy(void *s, const void *s0, size_t n) 69 ANSI_PRAGMA_WEAK(memcpy,function) 321 ENTRY(memcpy) function 1244 SET_SIZE(memcpy)
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | camellia.h | 14 #define memcpy grub_memcpy macro
|
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/ |
H A D | memcpy.s | 26 .file "memcpy.s" 29 * memcpy(s1, s2, len) 37 * Fast assembler language version of the following C-program for memcpy 41 * memcpy(void *s, const void *s0, size_t n) 139 * Comment on N2 memmove and memcpy common code and block-store-init: 141 * correctly between objects that overlap. For memcpy, behavior is 151 * memmove instead of memcpy. The memmove version duplicates the memcpy 153 * in those cases where memcpy does use block-store-init. Otherwise, when 155 * memmove shares the memcpy cod 769 ENTRY(memcpy) function [all...] |
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/ |
H A D | memcpy.s | 26 .file "memcpy.s" 29 * memcpy(s1, s2, len) 37 * Fast assembler language version of the following C-program for memcpy 41 * memcpy(void *s, const void *s0, size_t n) 88 ANSI_PRAGMA_WEAK(memcpy,function) 177 ENTRY(memcpy) function 181 ! memmove, but Athena will use all the same code as memcpy. 962 SET_SIZE(memcpy)
|
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/ |
H A D | memcpy.s | 26 .file "memcpy.s" 29 * memcpy(s1, s2, len) 37 * Fast assembler language version of the following C-program for memcpy 41 * memcpy(void *s, const void *s0, size_t n) 112 * Comment on SPARC T4 memmove and memcpy common code and block-store-init: 114 * correctly between objects that overlap. For memcpy, behavior is 124 * memmove instead of memcpy. The memmove version duplicates the memcpy 126 * in those cases where memcpy does use block-store-init. Otherwise, when 128 * memmove shares the memcpy cod 343 ENTRY(memcpy) function [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt_wrap/ |
H A D | cipher_wrap.h | 92 memcpy (void *dest, const void *src, grub_size_t n) function
|
/osnet-11/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 44 void memcpy(void) {} function
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/ |
H A D | sdbm.h | 206 # ifndef memcpy 207 extern char * memcpy proto((char*, char*, int)); 211 # ifndef memcpy 213 # define memcpy(d,s,l) bcopy(s,d,l) macro 215 # define memcpy(d,s,l) my_bcopy(s,d,l) macro
|
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcpy.s | 26 .file "memcpy.s" 29 * memcpy(s1, s2, len) 34 * Fast assembler language version of the following C-program for memcpy 38 * memcpy(void *s, const void *s0, size_t n) 56 ANSI_PRAGMA_WEAK(memcpy,function) 135 ENTRY(memcpy) function 1264 SET_SIZE(memcpy)
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_std.h | 309 #if !defined(memcpy) && !defined(_lib_memcpy) && defined(_lib_bcopy) 310 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | ast_std.h | 295 #if !defined(memcpy) && !defined(_lib_memcpy) && defined(_lib_bcopy) 296 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_std.h | 309 #if !defined(memcpy) && !defined(_lib_memcpy) && defined(_lib_bcopy) 310 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_std.h | 309 #if !defined(memcpy) && !defined(_lib_memcpy) && defined(_lib_bcopy) 310 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_std.h | 309 #if !defined(memcpy) && !defined(_lib_memcpy) && defined(_lib_bcopy) 310 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 203 #undef memcpy macro 204 #define memcpy(t,f,n) memcopy(t,f,n) macro 312 * memcpy() but pointer to end returned 328 #define memcopy(s,t,n) (((char*)memcpy(s,t,n))+(n)) 1607 if (flags & EXTERNALIZE) memcpy(proto->ox, "extern", 6); 1768 if (flags & EXTERNALIZE) memcpy(proto->ox, "extern", 6);
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | misc.c | 72 /* GCC emits references to memcpy() for struct copies etc. */ 73 void *memcpy (void *dest, const void *src, grub_size_t n) 76 void *memcpy (void *dest, const void *src, grub_size_t n) function
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | char_io.c | 1426 # undef memcpy macro 1427 /* GCC emits references to memcpy() for struct copies etc. */ 1428 void *memcpy (void *dest, const void *src, int n) __attribute__ ((alias ("grub_memmove")));
|