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

12

/osnet-11/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)
/osnet-11/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)
/osnet-11/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)
/osnet-11/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)
/osnet-11/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)
/osnet-11/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
/osnet-11/usr/src/lib/libdisasm/common/
H A Dlinktest_stand.c43 void memcpy(void) {} function
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dstring.h44 memcpy (void *dest, const void *src, grub_size_t n) function
/osnet-11/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)
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 Dcamellia.h14 #define memcpy grub_memcpy macro
/osnet-11/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...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/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)
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 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)
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 Dcipher_wrap.h92 memcpy (void *dest, const void *src, grub_size_t n) function
/osnet-11/usr/src/lib/libumem/common/
H A Dlinktest_stand.c44 void memcpy(void) {} function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.h206 # 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 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)
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h309 #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 Dast_std.h295 #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 Dast_std.h309 #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 Dast_std.h309 #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 Dast_std.h309 #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 Dppproto.c203 #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 Dmisc.c72 /* 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 Dchar_io.c1426 # 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")));

Completed in 61 milliseconds

12