Searched refs:memcpy_f (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
H A Dclear_cache_test.c42 memcpy_f(void *dst, const void *src, size_t n) { function
73 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128);
79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
H A Denable_execute_stack_test.c49 memcpy_f(void *dst, const void *src, size_t n) { function
68 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128);
74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);

Completed in 111 milliseconds