Home | History | Annotate | Download | only in tests

Lines Matching refs:vec

3366    Int32 n, vec, i;
3368 vec = 0;
3371 if (length[i] == n) { code[i] = vec; vec++; };
3372 vec <<= 1;
3386 Int32 pp, i, j, vec;
3399 vec = 0;
3402 vec += (base[i+1] - base[i]);
3403 limit[i] = vec-1;
3404 vec <<= 1;