/illumos-gate/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)
|
/illumos-gate/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)
|
/illumos-gate/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)
|
/illumos-gate/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)
|
/illumos-gate/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)
|
/illumos-gate/usr/src/lib/libsaveargs/common/ |
H A D | linktest_stand.c | 14 void memcpy(void) {} function
|
/illumos-gate/usr/src/common/util/ |
H A D | memcpy.c | 39 #pragma weak _memcpy = memcpy 50 #include "memcpy.h" 57 memcpy(void *s, const void *s0, size_t n) function
|
H A D | memstr.c | 83 #pragma weak _memcpy = memcpy 85 memcpy(void *s1, const void *s2, size_t n) function
|
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/ |
H A D | memcpy.c | 32 memcpy(void *dst, const void *src, unsigned len) function
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | linktest_stand.c | 41 void memcpy(void) {} function
|
/illumos-gate/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) 74 ANSI_PRAGMA_WEAK(memcpy,function) 329 ENTRY(memcpy) function 1019 SET_SIZE(memcpy)
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/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) 71 ANSI_PRAGMA_WEAK(memcpy,function) 352 ENTRY(memcpy) function 1053 SET_SIZE(memcpy)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | fakewin.h | 52 #define memcpy _fmemcpy macro
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | bcopy.c | 53 * (the portable versions of) bcopy, memcpy, and memmove. 60 memcpy function
|
/illumos-gate/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...] |
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 43 void memcpy(void) {} function
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | util.c | 28 memcpy(void *dst, const void *src, int len) function
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | osdep.h | 83 #define memcpy(dst, src, cnt) bcopy((src), (dst), (cnt)) macro 120 #define t1_os_set_hw_addr(a, b, c) memcpy(a->port[b].enaddr, c, ETH_ALEN)
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 72 * FUNCTION: memcpy 132 * FUNCTION: memcpy 145 memcpy ( function
|
/illumos-gate/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)
|
/illumos-gate/usr/src/common/mpi/ |
H A D | mpi.h | 63 #define memcpy(a,b,c) bcopy((caddr_t)b, (caddr_t)a, c) macro
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_std.h | 306 #if !defined(memcpy) && !defined(_lib_memcpy) && defined(_lib_bcopy) 307 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | ast_std.h | 292 #if !defined(memcpy) && !defined(_lib_memcpy) && defined(_lib_bcopy) 293 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_std.h | 306 #if !defined(memcpy) && !defined(_lib_memcpy) && defined(_lib_bcopy) 307 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|