Searched defs:memcpy (Results 1 - 9 of 9) sorted by relevance
/bionic/libc/arch-arm64/denver64/bionic/ |
H A D | memcpy.S | 29 // Prototype: void *memcpy (void *dst, const void *src, size_t count). 38 // Fall through to memcpy... 41 ENTRY(memcpy) function 43 END(memcpy) 63 .string "memcpy: prevented write past end of buffer"
|
/bionic/libc/arch-arm64/generic/bionic/ |
H A D | memcpy.S | 29 // Prototype: void *memcpy (void *dst, const void *src, size_t count). 38 // Fall through to memcpy... 41 ENTRY(memcpy) function 43 END(memcpy) 63 .string "memcpy: prevented write past end of buffer"
|
/bionic/libc/arch-x86/generic/string/ |
H A D | bcopy.S | 42 ENTRY(memcpy) function 93 END(memcpy)
|
/bionic/libc/arch-arm/generic/bionic/ |
H A D | memcpy.S | 34 * Optimized memcpy() for ARM. 36 * note that memcpy() always returns the destination pointer, 46 // Fall through to memcpy... 49 ENTRY(memcpy) function 390 END(memcpy) 412 .string "memcpy: prevented write past end of buffer"
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
H A D | memcpy.S | 56 // Prototype: void *memcpy (void *dst, const void *src, size_t count). 69 // Fall through to memcpy... 72 ENTRY(memcpy) function 78 END(memcpy) 103 .string "memcpy: prevented write past end of buffer"
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
H A D | memcpy.S | 47 // Fall through to memcpy... 50 ENTRY(memcpy) function 57 END(memcpy) 82 .string "memcpy: prevented write past end of buffer"
|
/bionic/libc/arch-arm/denver/bionic/ |
H A D | memcpy.S | 56 // Prototype: void *memcpy (void *dst, const void *src, size_t count). 69 // Fall through to memcpy... 72 ENTRY(memcpy) function 78 END(memcpy) 103 .string "memcpy: prevented write past end of buffer"
|
/bionic/libc/arch-arm/krait/bionic/ |
H A D | memcpy.S | 50 // Fall through to memcpy... 53 ENTRY(memcpy) function 59 END(memcpy) 84 .string "memcpy: prevented write past end of buffer"
|
/bionic/libc/include/ |
H A D | string.h | 46 extern void* memcpy(void* __restrict, const void* __restrict, size_t); 183 void* memcpy(void* __restrict dest, const void* __restrict src, size_t copy_amount) { function
|
Completed in 476 milliseconds