Home | History | Annotate | Download | only in tests

Lines Matching refs:vec

3337    Int32 n, vec, i;
3339 vec = 0;
3342 if (length[i] == n) { code[i] = vec; vec++; };
3343 vec <<= 1;
3357 Int32 pp, i, j, vec;
3370 vec = 0;
3373 vec += (base[i+1] - base[i]);
3374 limit[i] = vec-1;
3375 vec <<= 1;