OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AARRAY_RENEW
(Results
1 - 6
of
6
) sorted by null
/external/qemu/android/utils/
vector.h
57
AARRAY_RENEW
((obj)->name,newMax); \
intmap.c
115
AARRAY_RENEW
(keys, newCapacity);
116
AARRAY_RENEW
(values, newCapacity);
lineinput.c
71
AARRAY_RENEW
(line, input->line_size);
system.h
55
#define
AARRAY_RENEW
(p,count) (AASSERT_LOC(), (p) = _android_array_realloc((p),sizeof(*(p)),(count)))
reflist.c
87
AARRAY_RENEW
(items, newmax);
ini.c
99
AARRAY_RENEW
(i->pairs, newMax);
Completed in 1343 milliseconds