HomeSort by relevance Sort by last modified time
    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 6652 milliseconds