Home | History | Annotate | Download | only in runtime

Lines Matching full:vectorend

1180     unsigned vectorEnd = min(storage->m_length, m_vectorLength);
1182 for (; i < vectorEnd; ++i) {
1198 unsigned vectorEnd = min(maxSize, m_vectorLength);
1200 for (; i < vectorEnd; ++i) {