Searched refs:alphaSize (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bzip2/ |
H A D | huffman.c | 65 Int32 alphaSize, in BZ2_hbMakeCodeLengths() argument 79 for (i = 0; i < alphaSize; i++) in BZ2_hbMakeCodeLengths() 84 nNodes = alphaSize; in BZ2_hbMakeCodeLengths() 91 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths() 115 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths() 142 for (i = 1; i <= alphaSize; i++) { in BZ2_hbMakeCodeLengths() 156 Int32 alphaSize ) in BZ2_hbAssignCodes() argument 162 for (i = 0; i < alphaSize; i++) in BZ2_hbAssignCodes() 176 Int32 alphaSize ) in BZ2_hbCreateDecodeTables() argument 182 for (j = 0; j < alphaSize; j++) in BZ2_hbCreateDecodeTables() [all …]
|
H A D | compress.c | 242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local 266 alphaSize = s->nInUse+2; in sendMTFValues() 268 for (v = 0; v < alphaSize; v++) in sendMTFValues() 290 while (aFreq < tFreq && ge < alphaSize-1) { in sendMTFValues() 308 for (v = 0; v < alphaSize; v++) in sendMTFValues() 327 for (v = 0; v < alphaSize; v++) in sendMTFValues() 335 for (v = 0; v < alphaSize; v++) { in sendMTFValues() 451 alphaSize, 17 /*20*/ ); in sendMTFValues() 484 for (i = 0; i < alphaSize; i++) { in sendMTFValues() 491 minLen, maxLen, alphaSize ); in sendMTFValues() [all …]
|
H A D | decompress.c | 117 Int32 alphaSize; in BZ2_decompress() local 171 alphaSize = s->save_alphaSize; in BZ2_decompress() 284 alphaSize = s->nInUse+2; in BZ2_decompress() 325 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 341 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 350 minLen, maxLen, alphaSize in BZ2_decompress() 624 s->save_alphaSize = alphaSize; in BZ2_decompress()
|