Searched defs:__memcpy (Results 1 – 4 of 4) sorted by relevance
/external/kernel-headers/original/asm-x86/ |
D | string_32.h | 32 static __always_inline void * __memcpy(void * to, const void * from, size_t n) in __memcpy() function
|
/external/grub/netboot/ |
D | linux-asm-string.h | 32 extern inline void * __memcpy(void * to, const void * from, size_t n) in __memcpy() function
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_context.h | 405 static INLINE void * __memcpy(void * to, const void * from, size_t n) in __memcpy() function 423 #define __memcpy(a,b,c) memcpy(a,b,c) macro
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_context.h | 405 static INLINE void * __memcpy(void * to, const void * from, size_t n) in __memcpy() function 423 #define __memcpy(a,b,c) memcpy(a,b,c) macro
|