OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AARRAY_MOVE
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/utils/
system.h
57
#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 3352 milliseconds