Home | History | Annotate | Download | only in include

Lines Matching refs:iterate

40    There are both 'index' and 'iterate' accessors.  The iterator
176 /* Iterate over vector
183 iterate over the elements of a vector as follows,
188 #define VEC_iterate(T,V,I,P) (VEC_OP(T,base,iterate)(VEC_BASE(V),I,&(P)))
551 static inline int VEC_OP (T,base,iterate) \
840 static inline int VEC_OP (T,base,iterate) \