Home | History | Annotate | Download | only in src

Lines Matching refs:el_count

660     int el_count = state->get_element_sparse_count();       \
661 const arrtype** el_ptr = (const arrtype**)(el_sparse + el_count);\
662 const arrtype** el_end = el_ptr + el_count; \
669 for( k = 0; k < el_count; k++ ) \
703 for( k = 1; k < el_count; k++ ) \