Searched refs:current_index (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/phoenix/
H A Diterator.h38 int current_index; member in struct:iterator_t
H A Diterator.c53 itr->current_index = 0;
66 itr->current_index = 0;
76 itr->current_index = 0;
117 if (itr->current_index >= itr->val->next_insert_pos)
124 itr->current_index = 0;
136 itr->current_index = 0;
151 *addr = itr->val->array[itr->current_index++];

Completed in 29 milliseconds