Lines Matching refs:cur_ofs
584 int* co, cur_ofs = 0; in subsample_data() local
599 co[i*2+1] = cur_ofs; in subsample_data()
600 cur_ofs += co[i*2]; in subsample_data()
640 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ ) in subsample_data()
643 dst[j].i = cur_ofs; in subsample_data()
657 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ ) in subsample_data()
660 dst[j].i = cur_ofs; in subsample_data()
688 int i, vi, total = sample_count, count = total, cur_ofs = 0; in get_vectors() local
707 co[i*2+1] = cur_ofs*var_count; in get_vectors()
708 cur_ofs += count_i; in get_vectors()
751 cur_ofs = co[idx*2+1]; in get_vectors()
754 cur_ofs = idx*var_count; in get_vectors()
758 for( ; count_i > 0; count_i--, cur_ofs += var_count ) in get_vectors()
760 dst[cur_ofs] = val; in get_vectors()
762 m[cur_ofs] = 0; in get_vectors()