OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aintMapIterator_init
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/utils/
intmap.h
48
/* Integer map iterator. First call
aintMapIterator_init
(), then call
54
*
aintMapIterator_init
(iter, map);
70
void
aintMapIterator_init
( AIntMapIterator* iter, AIntMap* map );
79
* the iteration before
aintMapIterator_init
() or aintMapIterator_next()
87
aintMapIterator_init
(__aintmap_foreach_iter, (map)); \
98
aintMapIterator_init
(__aintmap_foreach_iter, (map)); \
intmap.c
190
aintMapIterator_init
( AIntMapIterator* iter, AIntMap* map )
Completed in 22 milliseconds