Searched refs:alphaSize (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/ |
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 | 248 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local 274 alphaSize = s->nInUse+2; in sendMTFValues() 276 for (v = 0; v < alphaSize; v++) in sendMTFValues() 298 while (aFreq < tFreq && ge < alphaSize-1) { in sendMTFValues() 316 for (v = 0; v < alphaSize; v++) in sendMTFValues() 335 for (v = 0; v < alphaSize; v++) in sendMTFValues() 343 for (v = 0; v < alphaSize; v++) { in sendMTFValues() 459 alphaSize, 17 /*20*/ ); in sendMTFValues() 492 for (i = 0; i < alphaSize; i++) { in sendMTFValues() 499 minLen, maxLen, alphaSize ); in sendMTFValues() [all …]
|
H A D | decompress.c | 118 Int32 alphaSize; in BZ2_decompress() local 172 alphaSize = s->save_alphaSize; in BZ2_decompress() 285 alphaSize = s->nInUse+2; in BZ2_decompress() 326 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 342 for (i = 0; i < alphaSize; i++) { in BZ2_decompress() 351 minLen, maxLen, alphaSize in BZ2_decompress() 625 s->save_alphaSize = alphaSize; in BZ2_decompress()
|