Searched defs:memcpy (Results 1 - 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s27 .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 Dmemcpy.s27 .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 Dmemcpy.s26 .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 Dmemcpy.s27 .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 Dmemcpy.s33 * 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 Dlinktest_stand.c14 void memcpy(void) {} function
/illumos-gate/usr/src/common/util/
H A Dmemcpy.c39 #pragma weak _memcpy = memcpy
50 #include "memcpy.h"
57 memcpy(void *s, const void *s0, size_t n) function
H A Dmemstr.c83 #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 Dmemcpy.c32 memcpy(void *dst, const void *src, unsigned len) function
/illumos-gate/usr/src/lib/libcurses/screen/
H A DmemSset.c108 /* 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 Dlinktest_stand.c41 void memcpy(void) {} function
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s26 .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 Dmemcpy.s26 .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 Dfakewin.h52 #define memcpy _fmemcpy macro
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dbcopy.c53 * (the portable versions of) bcopy, memcpy, and memmove.
60 memcpy function
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s26 .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 Dlinktest_stand.c43 void memcpy(void) {} function
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dutil.c28 memcpy(void *dst, const void *src, int len) function
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dosdep.h83 #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 Dutclib.c72 * FUNCTION: memcpy
132 * FUNCTION: memcpy
145 memcpy ( function
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s26 .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 Dmpi.h63 #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 Dast_std.h306 #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 Dast_std.h292 #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 Dast_std.h306 #if !defined(memcpy) && !defined(_lib_memcpy) && defined(_lib_bcopy)
307 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro

Completed in 176 milliseconds

12