Home | History | Annotate | Download | only in bzip2

Lines Matching refs:vec

158    Int32 n, vec, i;
160 vec = 0;
163 if (length[i] == n) { code[i] = vec; vec++; };
164 vec <<= 1;
178 Int32 pp, i, j, vec;
191 vec = 0;
194 vec += (base[i+1] - base[i]);
195 limit[i] = vec-1;
196 vec <<= 1;