Lines Matching refs:count_i
630 int j = 0, idx, count_i; in subsample_data() local
636 count_i = co[idx*2]; in subsample_data()
637 if( count_i ) in subsample_data()
640 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ ) in subsample_data()
653 count_i = co[idx*2]; in subsample_data()
654 if( count_i ) in subsample_data()
657 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ ) in subsample_data()
704 int count_i = co[i*2]; in get_vectors() local
705 if( count_i ) in get_vectors()
708 cur_ofs += count_i; in get_vectors()
747 int count_i = 1; in get_vectors() local
750 count_i = co[idx*2]; in get_vectors()
755 if( count_i ) in get_vectors()
758 for( ; count_i > 0; count_i--, cur_ofs += var_count ) in get_vectors()