Lines Matching refs:j
116 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local
165 j = 0; in BZ2_hbMakeCodeLengths()
169 j++; in BZ2_hbMakeCodeLengths()
171 len[i - 1] = j; in BZ2_hbMakeCodeLengths()
172 if (j > maxLen) in BZ2_hbMakeCodeLengths()
197 j = weight[i] >> 8; in BZ2_hbMakeCodeLengths()
198 j = 1 + (j / 2); in BZ2_hbMakeCodeLengths()
199 weight[i] = j << 8; in BZ2_hbMakeCodeLengths()
206 Int32 j, vec, i; in BZ2_hbAssignCodes() local
209 for (j = minLen; j <= maxLen; j++) { in BZ2_hbAssignCodes()
211 if (length[i] == j) { in BZ2_hbAssignCodes()
227 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables() local
231 for (j = 0; j < alphaSize; j++) in BZ2_hbCreateDecodeTables()
232 if (length[j] == i) { in BZ2_hbCreateDecodeTables()
233 perm[pp] = j; in BZ2_hbCreateDecodeTables()