/bionic/libc/arch-x86/string/ |
bcopy.S | 42 ENTRY(memcpy) function
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
memcpy.S | 56 // Prototype: void *memcpy (void *dst, const void *src, size_t count). 70 // Fall through to memcpy... 74 ENTRY(memcpy) function 84 END(memcpy) 112 .string "memcpy buffer overflow"
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
memcpy.S | 48 // Fall through to memcpy... 52 ENTRY(memcpy) function 64 END(memcpy) 92 .string "memcpy buffer overflow"
|
/bionic/libc/arch-arm/krait/bionic/ |
memcpy.S | 51 // Fall through to memcpy... 55 ENTRY(memcpy) function 64 END(memcpy) 92 .string "memcpy buffer overflow"
|
/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)
|
memcpy.a9.S | 34 This memcpy routine is optimised for Cortex-A15 cores and takes advantage 151 ENTRY(memcpy) function 614 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/arch-arm/generic/bionic/ |
memcpy.S | 34 * Optimized memcpy() for ARM. 36 * note that memcpy() always returns the destination pointer, 44 // Fall through to memcpy... 47 ENTRY(memcpy) function 400 END(memcpy) 404 .string "memcpy buffer overflow"
|
/bionic/libc/include/ |
string.h | 41 extern void* memcpy(void* __restrict, const void* __restrict, size_t); 90 __errordecl(__memcpy_dest_size_error, "memcpy called with size bigger than destination"); 91 __errordecl(__memcpy_src_size_error, "memcpy called with size bigger than source"); 94 void* memcpy(void* __restrict dest, const void* __restrict 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/rs/driver/runtime/ |
rs_allocation.c | 50 static void memcpy(void* dst, void* src, size_t size) { function 193 memcpy((void*)&p[eSize * x], ptr, eSize); 202 memcpy((void*)&p[(eSize * x) + (y * stride)], ptr, eSize); 212 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/chromium_org/sandbox/win/src/ |
sandbox_nt_types.h | 34 memcpyFunction memcpy; member in struct:sandbox::NtExports
|