Lines Matching refs:Int32
76 Int32 zz, tmp; \
87 Int32 zz, yy, tmp; \
105 Int32 *freq, in BZ2_hbMakeCodeLengths()
106 Int32 alphaSize, in BZ2_hbMakeCodeLengths()
107 Int32 maxLen ) in BZ2_hbMakeCodeLengths()
113 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths()
116 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths()
117 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
118 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
176 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes()
178 Int32 minLen, in BZ2_hbAssignCodes()
179 Int32 maxLen, in BZ2_hbAssignCodes()
180 Int32 alphaSize ) in BZ2_hbAssignCodes()
182 Int32 n, vec, i; in BZ2_hbAssignCodes()
194 void BZ2_hbCreateDecodeTables ( Int32 *limit, in BZ2_hbCreateDecodeTables()
195 Int32 *base, in BZ2_hbCreateDecodeTables()
196 Int32 *perm, in BZ2_hbCreateDecodeTables()
198 Int32 minLen, in BZ2_hbCreateDecodeTables()
199 Int32 maxLen, in BZ2_hbCreateDecodeTables()
200 Int32 alphaSize ) in BZ2_hbCreateDecodeTables()
202 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables()