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
52
/* Integer map iterator. First call
aintMapIterator_init
(), then call
58
*
aintMapIterator_init
(iter, map);
74
void
aintMapIterator_init
( AIntMapIterator* iter, AIntMap* map );
83
* the iteration before
aintMapIterator_init
() or aintMapIterator_next()
91
aintMapIterator_init
(__aintmap_foreach_iter, (map)); \
102
aintMapIterator_init
(__aintmap_foreach_iter, (map)); \
intmap.c
190
aintMapIterator_init
( AIntMapIterator* iter, AIntMap* map )
Completed in 783 milliseconds