Home
last modified time | relevance | path

Searched refs:AMEM_MOVE (Results 1 – 1 of 1) sorted by relevance

/external/qemu/android/utils/
Dsystem.h56 #define AMEM_MOVE(dst,src,size) memmove((char*)(dst),(const char*)(src),(size_t)(size)) macro
63 #define AARRAY_MOVE(dst,src,count) AMEM_MOVE(dst,src,(count)*sizeof((dst)[0]))