Searched refs:maxLen (Results 1 – 3 of 3) sorted by relevance
/u-boot/lib/bzip2/ |
A D | bzlib_huffman.c | 107 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument 161 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths() 179 Int32 maxLen, in BZ2_hbAssignCodes() argument 185 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 199 Int32 maxLen, in BZ2_hbCreateDecodeTables() argument 205 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() 217 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables() 222 for (i = minLen + 1; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
|
A D | bzlib_compress.c | 282 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local 524 maxLen = 0; in sendMTFValues() 526 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in sendMTFValues() 529 AssertH ( !(maxLen > 17 /*20*/ ), 3004 ); in sendMTFValues() 532 minLen, maxLen, alphaSize ); in sendMTFValues()
|
A D | bzlib_decompress.c | 153 Int32 minLen, maxLen; in BZ2_decompress() local 377 maxLen = 0; in BZ2_decompress() 379 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress() 387 minLen, maxLen, alphaSize in BZ2_decompress()
|
Completed in 7 milliseconds