Lines Matching refs:alphaSize
111 void BZ2_hbMakeCodeLengths(UChar *len, Int32 *freq, Int32 alphaSize, Int32 maxLen) { in BZ2_hbMakeCodeLengths() argument
123 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths()
127 nNodes = alphaSize; in BZ2_hbMakeCodeLengths()
134 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
164 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
196 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths()
205 void BZ2_hbAssignCodes(Int32 *code, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize) { in BZ2_hbAssignCodes() argument
210 for (i = 0; i < alphaSize; i++) in BZ2_hbAssignCodes()
226 Int32 alphaSize) { in BZ2_hbCreateDecodeTables() argument
231 for (j = 0; j < alphaSize; j++) in BZ2_hbCreateDecodeTables()
239 for (i = 0; i < alphaSize; i++) in BZ2_hbCreateDecodeTables()