/external/google-breakpad/src/common/linux/ |
linux_libc_support.h | 84 #define my_memcpy memcpy macro
|
/external/compiler-rt/test/asan/TestCases/ |
memset_test.cc | 62 volatile memcpy_t my_memcpy = &memcpy; local 63 my_memcpy(p, q, -argc);
|
/external/valgrind/memcheck/tests/amd64/ |
xsave-avx.c | 47 void* my_memcpy(void *dest, const void *src, size_t n) function 287 my_memcpy(img_to_restore_from, standard_test_data, XSAVE_AREA_SIZE);
|
/external/valgrind/VEX/switchback/ |
test_emfloat.c | 42 static void* my_memcpy ( void *dest, const void *src, int sz ) function [all...] |
test_bzip2.c | 901 static void* my_memcpy ( void *dest, const void *src, int sz ) function [all...] |