Lines Matching refs:Int32
81 Int32 zz, tmp; \
93 Int32 zz, yy, tmp; \
111 void BZ2_hbMakeCodeLengths(UChar *len, Int32 *freq, Int32 alphaSize, Int32 maxLen) { in BZ2_hbMakeCodeLengths()
116 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths()
119 Int32 heap[BZ_MAX_ALPHA_SIZE + 2]; in BZ2_hbMakeCodeLengths()
120 Int32 weight[BZ_MAX_ALPHA_SIZE * 2]; in BZ2_hbMakeCodeLengths()
121 Int32 parent[BZ_MAX_ALPHA_SIZE * 2]; in BZ2_hbMakeCodeLengths()
205 void BZ2_hbAssignCodes(Int32 *code, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize) { in BZ2_hbAssignCodes()
206 Int32 j, vec, i; in BZ2_hbAssignCodes()
220 void BZ2_hbCreateDecodeTables(Int32 *limit, in BZ2_hbCreateDecodeTables()
221 Int32 *base, in BZ2_hbCreateDecodeTables()
222 Int32 *perm, in BZ2_hbCreateDecodeTables()
224 Int32 minLen, in BZ2_hbCreateDecodeTables()
225 Int32 maxLen, in BZ2_hbCreateDecodeTables()
226 Int32 alphaSize) { in BZ2_hbCreateDecodeTables()
227 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables()