HomeSort by relevance Sort by last modified time
    Searched refs:AARRAY_MOVE (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/utils/
system.h 58 #define AARRAY_MOVE(dst,src,count) AMEM_MOVE(dst,src,(count)*sizeof((dst)[0]))
reflist.c 171 AARRAY_MOVE(items + index, items + index + 1, l->size - index - 1);

Completed in 42 milliseconds