Home
last modified time | relevance | path

Searched refs:nSelectors (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/common/bzip2/
H A Dcompress.c243 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
343 nSelectors = 0; in sendMTFValues()
405 s->selector[nSelectors] = bt; in sendMTFValues()
406 nSelectors++; in sendMTFValues()
457 AssertH( nSelectors < 32768 && in sendMTFValues()
458 nSelectors <= (2 + (900000 / BZ_G_SIZE)), in sendMTFValues()
466 for (i = 0; i < nSelectors; i++) { in sendMTFValues()
521 bsW ( s, 15, nSelectors ); in sendMTFValues()
522 for (i = 0; i < nSelectors; i++) { in sendMTFValues()
595 AssertH( selCtr == nSelectors, 3007 ); in sendMTFValues()
H A Ddecompress.c78 if (groupNo >= nSelectors) \
119 Int32 nSelectors; in BZ2_decompress() local
173 nSelectors = s->save_nSelectors; in BZ2_decompress()
289 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
290 if (nSelectors < 1) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
291 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
307 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
620 s->save_nSelectors = nSelectors; in BZ2_decompress()