Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 81) sorted by relevance

1234

/sysdeps/mach/hurd/
A Dmmap.c40 boolean_t copy; in __mmap() local
56 copy = ! (flags & MAP_SHARED); in __mmap()
112 && copy) in __mmap()
133 if (copy) in __mmap()
140 copy, vmprot, max_vmprot, in __mmap()
141 copy ? VM_INHERIT_COPY : VM_INHERIT_SHARE); in __mmap()
154 copy, vmprot, max_vmprot, in __mmap()
155 copy ? VM_INHERIT_COPY : VM_INHERIT_SHARE); in __mmap()
164 copy, vmprot, max_vmprot, in __mmap()
165 copy ? VM_INHERIT_COPY : VM_INHERIT_SHARE); in __mmap()
A Drecvmsg.c154 size_t copy = min (message->msg_iov[i].iov_len, amount); in __libc_recvmsg() local
156 memcpy (message->msg_iov[i].iov_base, buf, copy); in __libc_recvmsg()
158 buf += copy; in __libc_recvmsg()
159 amount -= copy; in __libc_recvmsg()
A Dsendmsg.c100 size_t copy = min (message->msg_iov[i].iov_len, to_copy); in __libc_sendmsg() local
102 buf = __mempcpy (buf, message->msg_iov[i].iov_base, copy); in __libc_sendmsg()
104 to_copy -= copy; in __libc_sendmsg()
/sysdeps/hppa/
A Ddl-trampoline.S61 copy %sp, %r1 /* Copy previous sp */
82 copy %r19,%r25 /* (2) reloc offset */
104 copy %r28, %r22
105 copy %r29, %r19
147 copy %r21,%r19 /* set func ltp */
175 copy %sp, %r1 /* Copy previous sp */
227 copy %r28, %r22
228 copy %r29, %r19
279 copy %sp, %r1
301 copy %r1, %sp
[all …]
A Dcrti.S114 copy %r19,%r4
117 copy %r3,%r26
119 copy %r4,%r19
120 copy %r3,%r22
123 copy %r31,%r2
162 copy %r19,%r4
A Dcrtn.S43 copy %r4,%r19
58 copy %r4,%r19
/sysdeps/unix/sysv/linux/hppa/
A Dclone.S86 copy %r24, %r26 /* flags are first */
96 copy %r19, %r4 /* parent */
109 copy %r4, %r19 /* parent */
148 copy %r19, %r4
151 copy %r31, %rp
153 copy %r4, %r19
155 copy %r28, %r26
A Dsetcontext.S38 copy %r26, %r3
43 copy %r0, %r24
51 copy %sp, %r4
52 copy %dp, %r5
53 copy %r19, %r6
132 copy %r2, %r22
134 copy %r31, %r2
138 copy %r4, %sp
139 copy %r5, %dp
140 copy %r6, %r19
A Dgetcontext.S34 copy %r23, %r3
35 copy %r24, %r4
36 copy %r25, %r5
37 copy %r26, %r6
40 copy %r0, %ret0
161 copy %r0, %r25
A Dsysdep.h52 copy %r19, SREG
54 copy LREG , %r19
309 copy %ret0, TREG /* delay */ ASM_LINE_SEP \
/sysdeps/posix/
A Dpreadv_common.c72 size_t copy = MIN (vector[i].iov_len, bytes); in PREADV() local
74 memcpy (vector[i].iov_base, buf, copy); in PREADV()
76 buf += copy; in PREADV()
77 bytes -= copy; in PREADV()
A Dreadv.c79 size_t copy = MIN (vector[i].iov_len, bytes); in __readv() local
81 (void) memcpy ((void *) vector[i].iov_base, (void *) buffer, copy); in __readv()
83 buffer += copy; in __readv()
84 bytes -= copy; in __readv()
A Dwritev.c78 size_t copy = MIN (vector[i].iov_len, to_copy); in __writev() local
80 bp = __mempcpy ((void *) bp, (void *) vector[i].iov_base, copy); in __writev()
82 to_copy -= copy; in __writev()
/sysdeps/unix/sysv/linux/mips/
A Dlibc-abis1 # See the copy of this file in libc for detailed explanations. This
2 # copy needs to include all libc definitions applicable to MIPS; only
3 # one copy will be used.
/sysdeps/unix/sysv/linux/arc/
A DVersions7 # A copy of sigaction lives in libpthread, and needs these.
/sysdeps/unix/sysv/linux/arm/
A DVersions14 # A copy of sigaction lives in libpthread, and needs these.
/sysdeps/alpha/
A Dstrcpy.S37 jmp $31, __stxcpy # do the copy
A Dstpcpy.S35 jsr t9, __stxcpy # do the work of the copy
/sysdeps/powerpc/powerpc32/
A Drshift.S28 mtctr r5 # copy size into CTR
/sysdeps/ieee754/dbl-64/
A Dpowtwo.tbl15 * You should have received a copy of the GNU Lesser General Public License
A Droot.tbl15 * You should have received a copy of the GNU Lesser General Public License
/sysdeps/aarch64/
A Ddl-tunables.list15 # You should have received a copy of the GNU Lesser General Public
/sysdeps/powerpc/
A Ddl-tunables.list15 # You should have received a copy of the GNU Lesser General Public
/sysdeps/alpha/alphaev6/
A Dmemcpy.S43 mov $16, $0 # E : copy dest to return
44 ble $18, $nomoredata # U : done with the copy?
67 ble $18, $nomoredata # U : done with the copy?
/sysdeps/nptl/
A Ddl-tunables.list14 # You should have received a copy of the GNU Lesser General Public

Completed in 18 milliseconds

1234