HomeSort by relevance Sort by last modified time
    Searched refs:aintMapIterator_next (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/utils/
intmap.h 49 * aintMapIterator_next() until it returns 0. Then finish with
55 * while (aintMapIterator_next(iter, &key, &value)) {
76 int aintMapIterator_next( AIntMapIterator* iter );
79 * the iteration before aintMapIterator_init() or aintMapIterator_next()
88 while (aintMapIterator_next(__aintmap_foreach_iter)) { \
99 while (aintMapIterator_next(__aintmap_foreach_iter)) { \
intmap.c 200 aintMapIterator_next( AIntMapIterator* iter )

Completed in 103 milliseconds