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

1 2

  /bionic/libc/arch-arm/cortex-a15/bionic/
memcpy.S 45 ENTRY(memcpy) function
146 END(memcpy)
  /bionic/libc/arch-arm/cortex-a9/bionic/
memcpy.S 43 ENTRY(memcpy) function
60 /* Check the upper size limit for Neon unaligned memory access in memcpy */
211 END(memcpy)
  /bionic/libc/arch-arm/krait/bionic/
memcpy.S 45 ENTRY(memcpy) function
146 END(memcpy)
  /bionic/libc/arch-x86/string/
bcopy.S 42 ENTRY(memcpy) function
  /bionic/libc/string/
bcopy.c 48 * (the portable versions of) bcopy, memcpy, and memmove.
52 memcpy(void *dst0, const void *src0, size_t length) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncs.h 83 #define memcpy(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncs.h 83 #define memcpy(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncs.h 83 #define memcpy(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len)) macro
  /bionic/libc/arch-arm/bionic/
memcpy.S 45 ENTRY(memcpy) function
179 /* Check the upper size limit for Neon unaligned memory access in memcpy */
329 END(memcpy)
336 * Optimized memcpy() for ARM.
338 * note that memcpy() always returns the destination pointer,
342 ENTRY(memcpy) function
683 END(memcpy)
memcpy.a15.S 29 /* Prototype: void *memcpy (void *dst, const void *src, size_t count). */
31 /* Use the version of memcpy implemented using LDRD and STRD.
36 and this version is better than the plain memcpy provided in newlib.
52 ENTRY(memcpy) function
192 /* This is the only return point of memcpy. */
406 END(memcpy)
  /bionic/libc/arch-arm/generic/bionic/
memcpy.S 33 * Optimized memcpy() for ARM.
35 * note that memcpy() always returns the destination pointer,
39 ENTRY(memcpy) function
380 END(memcpy)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string3.h 30 # undef memcpy macro
49 __NTH (memcpy (void *__restrict __dest, __const void *__restrict __src, function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 30 # undef memcpy macro
49 __NTH (memcpy (void *__restrict __dest, __const void *__restrict __src, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 30 # undef memcpy macro
49 __NTH (memcpy (void *__restrict __dest, __const void *__restrict __src, function
  /bionic/libc/include/
string.h 41 extern void* memcpy(void *, const void *, size_t);
90 __attribute__((__error__("memcpy called with size bigger than destination")));
92 __attribute__((__error__("memcpy called with size bigger than source")));
95 void *memcpy (void *dest, const void *src, size_t copy_amount) { function
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 122 void FragmentRef::memcpy(void* pDest, size_t pNBytes, Offset pOffset) const function in class:FragmentRef
135 std::memcpy(pDest, region_frag->getRegion().getBuffer(total_offset), pNBytes);
143 std::memcpy(pDest, stub_frag->getContent() + total_offset, pNBytes);
  /external/grub/netboot/
linux-asm-string.h 3 * All except memcpy, memmove, memset and memcmp removed.
122 #define memcpy(t, f, n) \ macro
  /external/libffi/include/
ffi_common.h 39 /* Check for the existence of memcpy. */
44 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
  /external/valgrind/main/drd/tests/
unit_vc.c 37 void* VG_(memcpy)(void *d, const void *s, SizeT sz) function
38 { return memcpy(d, s, sz); }
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_allocation.c 50 static void memcpy(void* dst, void* src, size_t size) { function
185 memcpy((void*)&p[eSize * x], ptr, eSize);
194 memcpy((void*)&p[(eSize * x) + (y * stride)], ptr, eSize);
204 memcpy((void*)&p[(eSize * x) + (y * stride) + (z * stride * dimY)], ptr, eSize);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
string.h 43 #undef memcpy macro
55 #define memcpy(dest, src, len) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
string.h 43 #undef memcpy macro
55 #define memcpy(dest, src, len) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
string.h 43 #undef memcpy macro
55 #define memcpy(dest, src, len) \ macro
  /external/e2fsprogs/e2fsck/
mtrace.h 87 #ifndef memcpy
88 #define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
  /external/kernel-headers/original/asm-x86/
string_32.h 134 #define memcpy(t, f, n) \ macro
145 #define memcpy(t, f, n) \ macro

Completed in 1335 milliseconds

1 2