Home | History | Annotate | Download | only in include

Lines Matching refs:iterate

43    There are both 'index' and 'iterate' accessors.  The iterator
179 /* Iterate over vector
186 iterate over the elements of a vector as follows,
191 #define VEC_iterate(T,V,I,P) (VEC_OP(T,base,iterate)(VEC_BASE(V),I,&(P)))
601 static inline int VEC_OP (T,base,iterate) \
919 static inline int VEC_OP (T,base,iterate) \