Lines Matching full:copy
16 You should have received a copy of the GNU Lesser General Public
33 /* Copy exactly NBYTES bytes from SRC_BP to DST_BP,
47 /* Copy *up to* NBYTES bytes from SRC_BP to DST_BP, with
68 /* _wordcopy_fwd_aligned -- Copy block beginning at SRCP to
107 /* _wordcopy_fwd_dest_aligned -- Copy block beginning at SRCP to
119 aligned srcp to make it aligned for copy. */ in _wordcopy_fwd_dest_aligned()
165 /* Copy from the beginning to the end. */ in memcpy()
167 /* If there not too few bytes to copy, use word copy. */ in memcpy()
169 /* Copy just a few bytes to make DSTP aligned. */ in memcpy()
173 /* Copy whole pages from SRCP to DSTP by virtual address in memcpy()
178 /* Copy from SRCP to DSTP taking advantage of the known in memcpy()
185 /* Fall out and copy the tail. */ in memcpy()
188 /* There are just a few bytes to copy. Use byte memory operations. */ in memcpy()