Searched refs:nSelectors (Results 1 – 2 of 2) sorted by relevance
/u-boot/lib/bzip2/ |
A D | bzlib_compress.c | 282 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local 383 nSelectors = 0; in sendMTFValues() 445 s->selector[nSelectors] = bt; in sendMTFValues() 446 nSelectors++; in sendMTFValues() 497 AssertH( nSelectors < 32768 && in sendMTFValues() 498 nSelectors <= (2 + (900000 / BZ_G_SIZE)), in sendMTFValues() 506 for (i = 0; i < nSelectors; i++) { in sendMTFValues() 561 bsW ( s, 15, nSelectors ); in sendMTFValues() 562 for (i = 0; i < nSelectors; i++) { in sendMTFValues() 635 AssertH( selCtr == nSelectors, 3007 ); in sendMTFValues()
|
A D | bzlib_decompress.c | 121 if (groupNo >= nSelectors) \ 162 Int32 nSelectors; in BZ2_decompress() local 216 nSelectors = s->save_nSelectors; in BZ2_decompress() 332 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress() 333 if (nSelectors < 1) RETURN(BZ_DATA_ERROR); in BZ2_decompress() 334 for (i = 0; i < nSelectors; i++) { in BZ2_decompress() 350 for (i = 0; i < nSelectors; i++) { in BZ2_decompress() 648 s->save_nSelectors = nSelectors; in BZ2_decompress()
|
Completed in 4 milliseconds