Lines Matching refs:j
155 Int32 j; in BZ2_decompress() local
209 j = s->save_j; in BZ2_decompress()
330 for (j = 0; j < 16; j++) { in BZ2_decompress()
333 s->inUse[i * 16 + j] = True; in BZ2_decompress()
348 j = 0; in BZ2_decompress()
353 j++; in BZ2_decompress()
354 if (j >= nGroups) in BZ2_decompress()
357 s->selectorMtf[i] = j; in BZ2_decompress()
379 for (j = 0; j < nGroups; j++) { in BZ2_decompress()
394 s->len[j][i] = curr; in BZ2_decompress()
399 for (j = 0; j < nGroups; j++) { in BZ2_decompress()
403 if (s->len[j][i] > maxLen) in BZ2_decompress()
404 maxLen = s->len[j][i]; in BZ2_decompress()
405 if (s->len[j][i] < minLen) in BZ2_decompress()
406 minLen = s->len[j][i]; in BZ2_decompress()
408 BZ2_hbCreateDecodeTables(&(s->limit[j][0]), in BZ2_decompress()
409 &(s->base[j][0]), in BZ2_decompress()
410 &(s->perm[j][0]), in BZ2_decompress()
411 &(s->len[j][0]), in BZ2_decompress()
415 s->minLens[j] = minLen; in BZ2_decompress()
430 Int32 l, j, k; in BZ2_decompress() local
433 for (j = MTFL_SIZE - 1; j >= 0; j--) { in BZ2_decompress()
434 s->mtfa[k] = (UChar)(l * MTFL_SIZE + j); in BZ2_decompress()
498 Int32 i, j, k, l, lno, off; in BZ2_decompress() local
541 for (j = MTFL_SIZE - 1; j >= 0; j--) { in BZ2_decompress()
542 s->mtfa[k] = s->mtfa[s->mtfbase[i] + j]; in BZ2_decompress()
617 j = GET_LL(i); in BZ2_decompress()
619 Int32 tmp = GET_LL(j); in BZ2_decompress()
620 SET_LL(j, i); in BZ2_decompress()
621 i = j; in BZ2_decompress()
622 j = tmp; in BZ2_decompress()
703 s->save_j = j; in BZ2_decompress()