/freebsd-head/lib/libc/arm/string/ |
H A D | memcpy_arm.S | 44 * The core code is implemented here with simple stubs for memcpy(). 66 /* LINTSTUB: Func: void *memcpy(void *dst, const void *src, size_t len) */ 67 ENTRY(memcpy) function 69 stmdb sp!, {r0, lr} /* memcpy() returns dest addr */ 336 END(memcpy)
|
H A D | memcpy_xscale.S | 43 /* LINTSTUB: Func: void *memcpy(void *dst, const void *src, size_t len) */ 44 ENTRY(memcpy) function 1786 END(memcpy)
|
/freebsd-head/contrib/file/src/ |
H A D | elfclass.h | 31 (void)memcpy(&elfhdr, buf, sizeof elfhdr); variable
|
/freebsd-head/contrib/gcclibs/libiberty/ |
H A D | memcpy.c | 0 /* memcpy (the standard C function) 6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, size_t @var{length}) 21 memcpy (PTR out, const PTR in, size_t length) function
|
H A D | md5.c | 35 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro 110 memcpy (&ctx->buffer[bytes], fillbuf, pad); 207 memcpy (&ctx->buffer[left_over], buffer, add); 214 memcpy (ctx->buffer, &ctx->buffer[(left_over + add) & ~63], 237 md5_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); 251 memcpy (ctx->buffer, buffer, len);
|
/freebsd-head/contrib/binutils/libiberty/ |
H A D | memcpy.c | 0 /* memcpy (the standard C function) 6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, size_t @var{length}) 21 memcpy (PTR out, const PTR in, size_t length) function
|
H A D | md5.c | 35 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro 110 memcpy (&ctx->buffer[bytes], fillbuf, pad); 207 memcpy (&ctx->buffer[left_over], buffer, add); 214 memcpy (ctx->buffer, &ctx->buffer[(left_over + add) & ~63], 237 md5_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); 251 memcpy (ctx->buffer, buffer, len);
|
/freebsd-head/lib/libc/i386/string/ |
H A D | bcopy.S | 45 ENTRY(memcpy) function 108 END(memcpy)
|
/freebsd-head/lib/libc/amd64/string/ |
H A D | memmove.S | 305 ENTRY(memcpy) function 307 END(memcpy)
|
/freebsd-head/contrib/llvm/include/llvm/ADT/ |
H A D | bit.h | 52 std::memcpy(&to, &from, sizeof(To)); member in class:llvm::std
|
/freebsd-head/contrib/ntp/include/ |
H A D | ntp_string.h | 30 #define memcpy(t, f, c) bcopy(f, t, (int)(c)) macro
|
/freebsd-head/contrib/gcc/config/ |
H A D | memcpy.c | 5 memcpy (void *dest, const void *src, size_t len) function
|
/freebsd-head/lib/libc/string/ |
H A D | bcopy.c | 55 * (the portable versions of) bcopy, memcpy, and memmove. 62 memcpy function
|
/freebsd-head/sys/libkern/ |
H A D | bcopy.c | 53 #undef memcpy macro 69 * (the portable versions of) bcopy, memcpy, and memmove. 72 memcpy(void *dst0, const void *src0, size_t length) function 149 __strong_reference(memcpy, memmove); 155 memcpy(dst0, src0, length);
|
/freebsd-head/sys/arm/arm/ |
H A D | support.S | 406 bcc PIC_SYM(_C_LABEL(memcpy), PLT) 940 ENTRY(memcpy) function 972 stmdb sp!, {r0, lr} /* memcpy() returns dest addr */ 1173 END(memcpy) 1176 /* LINTSTUB: Func: void *memcpy(void *dst, const void *src, size_t len) */ 1177 ENTRY(memcpy) function 2945 END(memcpy)
|
/freebsd-head/contrib/libstdc++/include/c_std/ |
H A D | std_cstring.h | 55 #undef memcpy macro 80 using ::memcpy;
|
/freebsd-head/contrib/opie/ |
H A D | configure | 3289 echo $ac_n "checking for memcpy""... $ac_c" 1>&6 3290 echo "configure:3291: checking for memcpy" >&5 3298 which can conflict with char memcpy(); below. */ 3303 char memcpy(); 3313 memcpy(); function 3330 if eval "test \"`echo '$ac_cv_func_'memcpy`\" = yes"; then 3338 MISSING="${MISSING}memcpy.o "; for ac_func in bcopy
|
/freebsd-head/contrib/tcp_wrappers/ |
H A D | environ.c | 25 #define memcpy(d,s,l) bcopy(s,d,l) macro 27 extern char *memcpy(); 143 memcpy(new, old, old_len);
|
/freebsd-head/contrib/gcclibs/libssp/ssp/ |
H A D | string.h | 44 #undef memcpy macro 56 #define memcpy(dest, src, len) \ macro
|
/freebsd-head/sys/arm64/arm64/ |
H A D | memcpy.S | 94 kind of overlap, and memmove tailcalls memcpy for these cases as 98 ENTRY(memcpy) function 219 END(memcpy)
|
/freebsd-head/sys/i386/i386/ |
H A D | support.s | 215 * Note: memcpy does not support overlapping copies 217 ENTRY(memcpy) function 234 END(memcpy)
|
/freebsd-head/sys/mips/mips/ |
H A D | elf_trampoline.c | 56 memcpy(void *dst, const void *src, size_t len) function 130 memcpy(phdr, (void *)(kstart + eh->e_phoff), 133 memcpy(shdr, (void *)(kstart + eh->e_shoff), 160 memcpy(mkptr(phdr[i].p_vaddr), 176 memcpy((void *)lastaddr, &tmp, sizeof(tmp)); 180 memcpy((void *)lastaddr, &tmp, sizeof(tmp)); 184 memcpy((void *)lastaddr, &tmp, sizeof(tmp)); 187 memcpy((void*)lastaddr, 194 memcpy((void *)lastaddr, &tmp, sizeof(tmp)); 198 memcpy((voi [all...] |
/freebsd-head/contrib/less/ |
H A D | os.c | 317 memcpy(dst, src, len) function
|
/freebsd-head/gnu/usr.bin/grep/ |
H A D | system.h | 156 # undef memcpy macro 157 # define memcpy(d, s, n) bcopy (s, d, n) macro
|
/freebsd-head/contrib/cortex-strings/benchmarks/dhry/ |
H A D | dhry_1.c | 756 memcpy (d, s, l) function
|