Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_compress.c282 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()
H A Dbzlib_decompress.c121 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()
/openbmc/linux/lib/
H A Ddecompress_bunzip2.c162 i, j, k, t, runPos, symCount, symTotal, nSelectors, *byteCount; in get_next_block() local
214 nSelectors = get_bits(bd, 15); in get_next_block()
215 if (!nSelectors) in get_next_block()
219 for (i = 0; i < nSelectors; i++) { in get_next_block()
363 if (selector >= nSelectors) in get_next_block()