Lines Matching refs:voffset
1434 int voffset, partition_count, j_times_ptns_to_read;
1436 voffset = vr->begin;
1459 voffs = voffset+j*vlen;
1469 voffs = voffset + j * vlen;
1482 } else if (vr_type == 2 && ch == 2 && (voffset & 1) == 0 && (dim & 1) == 0) { // most frequent case optimized
1483 voffs = voffset >> 1;
1516 pass, voffset / ch + (voffs % ch) * vlen,
1517 vec[voffset / ch + (voffs % ch) * vlen],
1523 unsigned voffs_div = ch == 1 ? voffset : FASTDIV(voffset, ch);
1524 unsigned voffs_mod = voffset - voffs_div * ch;
1552 voffset += vr->partition_size;