Home
last modified time | relevance | path

Searched +defs:memcpy +defs:y (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/bench/
H A Dmem-memcpy-x86-64-asm.S8 #define memcpy MEMCPY /* don't hide glibc's memcpy() */ macro
11 #define _ASM_EXTABLE_FAULT(x, y) argument
12 #define _ASM_EXTABLE(x, y) argument
/openbmc/u-boot/examples/api/
H A Dglue.c404 int ub_display_draw_bitmap(ulong bitmap, int x, int y) in ub_display_draw_bitmap()
419 __weak void *memcpy(void *dest, const void *src, size_t size) in memcpy() function