HomeSort by relevance Sort by last modified time
    Searched defs:memcpy (Results 1 - 25 of 35) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
memcpy.s 27 .file "memcpy.s"
30 * 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)
54 ANSI_PRAGMA_WEAK(memcpy,function)
56 ENTRY(memcpy) function
181 SET_SIZE(memcpy)
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
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)
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
memcpy.s 27 .file "memcpy.s"
32 ANSI_PRAGMA_WEAK(memcpy,function)
36 ENTRY(memcpy) function
54 SET_SIZE(memcpy)
  /onnv/onnv-gate/usr/src/lib/libc/i386_hwcap1/gen/
memcpy.s 27 .file "memcpy.s"
32 ANSI_PRAGMA_WEAK(memcpy,function)
51 ENTRY(memcpy) function
226 SET_SIZE(memcpy)
  /onnv/onnv-gate/usr/src/common/util/
memcpy.c 44 #pragma weak _memcpy = memcpy
55 #include "memcpy.h"
62 memcpy(void *s, const void *s0, size_t n) function
memstr.c 84 #pragma weak _memcpy = memcpy
86 memcpy(void *s1, const void *s2, size_t n) function
  /onnv/onnv-gate/usr/src/lib/libparted/common/lib/
memcpy.c 28 memcpy (void *destaddr, void const *srcaddr, size_t len) function
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
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
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
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
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
fakewin.h 52 #define memcpy _fmemcpy macro
  /onnv/onnv-gate/usr/src/lib/libc_psr/sun4u-opl/common/
memcpy.s 27 .file "memcpy.s"
30 * memcpy(s1, s2, len)
36 * Fast assembler language version of the following C-program for memcpy
40 * memcpy(void *s, const void *s0, size_t n)
75 ANSI_PRAGMA_WEAK(memcpy,function)
330 ENTRY(memcpy) function
1020 SET_SIZE(memcpy)
  /onnv/onnv-gate/usr/src/lib/libc_psr/sun4u-us3/common/
memcpy.s 27 .file "memcpy.s"
30 * memcpy(s1, s2, len)
36 * Fast assembler language version of the following C-program for memcpy
40 * memcpy(void *s, const void *s0, size_t n)
72 ANSI_PRAGMA_WEAK(memcpy,function)
353 ENTRY(memcpy) function
1054 SET_SIZE(memcpy)
  /onnv/onnv-gate/usr/src/lib/libdisasm/common/
linktest_stand.c 43 void memcpy(void) {} function
  /onnv/onnv-gate/usr/src/cmd/tcpd/
environ.c 25 #define memcpy(d,s,l) bcopy(s,d,l) macro
27 extern char *memcpy();
143 memcpy(new, old, old_len);
  /onnv/onnv-gate/usr/src/lib/libc_psr/sun4v/common/
memcpy.s 27 .file "memcpy.s"
30 * 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)
191 ANSI_PRAGMA_WEAK(memcpy,function)
277 ENTRY(memcpy) function
1022 SET_SIZE(memcpy)
  /onnv/onnv-gate/usr/src/lib/libumem/common/
linktest_stand.c 44 void memcpy(void) {} function
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
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
  /onnv/onnv-gate/usr/src/uts/common/io/chxge/
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)
  /onnv/onnv-gate/usr/src/lib/libc_psr/sun4u/common/
memcpy.s 27 .file "memcpy.s"
30 * 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)
57 ANSI_PRAGMA_WEAK(memcpy,function)
136 ENTRY(memcpy) function
1265 SET_SIZE(memcpy)
  /onnv/onnv-gate/usr/src/common/mpi/
mpi.h 65 #define memcpy(a,b,c) bcopy((caddr_t)b, (caddr_t)a, c) macro
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
char_io.c 1413 # undef memcpy macro
1414 /* GCC emits references to memcpy() for struct copies etc. */
1415 void *memcpy (void *dest, const void *src, int n) __attribute__ ((alias ("grub_memmove")));
  /onnv/onnv-gate/usr/src/cmd/gss/gssd/
gssd_clnt_stubs.c 39 #define memcpy(dst, src, n) bcopy((src), (dst), (n)) macro
143 memcpy(arg.desired_mechs.GSS_OID_SET_val[i].GSS_OID_val,
209 memcpy((*actual_mechs)->elements[i].elements,
399 memcpy((*actual_mechs)->elements[i].elements,
747 memcpy((*actual_mech_type)->elements, (void *)
998 memcpy((*mech_type)->elements,
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
ast_std.h 303 #if !defined(memcpy) && !defined(_lib_memcpy) && defined(_lib_bcopy)
304 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
  /onnv/onnv-gate/usr/src/lib/libast/common/include/
ast_std.h 289 #if !defined(memcpy) && !defined(_lib_memcpy) && defined(_lib_bcopy)
290 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
ast_std.h 303 #if !defined(memcpy) && !defined(_lib_memcpy) && defined(_lib_bcopy)
304 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro

Completed in 600 milliseconds

1 2