Home
last modified time | relevance | path

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

/external/bzip2/
Dcompress.c242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
342 nSelectors = 0; in sendMTFValues()
404 s->selector[nSelectors] = bt; in sendMTFValues()
405 nSelectors++; in sendMTFValues()
456 AssertH( nSelectors < 32768 && in sendMTFValues()
457 nSelectors <= (2 + (900000 / BZ_G_SIZE)), in sendMTFValues()
465 for (i = 0; i < nSelectors; i++) { in sendMTFValues()
520 bsW ( s, 15, nSelectors ); in sendMTFValues()
521 for (i = 0; i < nSelectors; i++) { in sendMTFValues()
594 AssertH( selCtr == nSelectors, 3007 ); in sendMTFValues()
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()
/external/toybox/toys/other/
Dbzcat.c97 int symTotal, groupCount, nSelectors; member
209 if (!(bd->nSelectors = get_bits(bd, 15))) return RETVAL_DATA_ERROR; in read_block_header()
211 for (ii=0; ii<bd->nSelectors; ii++) { in read_block_header()
352 if (selector >= bd->nSelectors) return RETVAL_DATA_ERROR; in read_huffman_data()
/external/valgrind/memcheck/tests/
Dvarinfo6.c1466 if (groupNo >= nSelectors) \
1522 Int32 nSelectors; in BZ2_decompress() local
1576 nSelectors = s->save_nSelectors; in BZ2_decompress()
1692 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
1693 if (nSelectors < 1) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
1694 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
1711 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
2004 s->save_nSelectors = nSelectors; in BZ2_decompress()
3697 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
3797 nSelectors = 0; in sendMTFValues()
[all …]
Dorigin5-bz2.c1428 if (groupNo >= nSelectors) \
1484 Int32 nSelectors; in BZ2_decompress() local
1538 nSelectors = s->save_nSelectors; in BZ2_decompress()
1654 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
1655 if (nSelectors < 1) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
1656 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
1672 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
1965 s->save_nSelectors = nSelectors; in BZ2_decompress()
3660 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
3760 nSelectors = 0; in sendMTFValues()
[all …]
/external/valgrind/perf/
Dbz2.c1426 if (groupNo >= nSelectors) \
1482 Int32 nSelectors; in BZ2_decompress() local
1536 nSelectors = s->save_nSelectors; in BZ2_decompress()
1652 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
1653 if (nSelectors < 1) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
1654 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
1670 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
1963 s->save_nSelectors = nSelectors; in BZ2_decompress()
3658 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
3758 nSelectors = 0; in sendMTFValues()
[all …]
Dtest_input_for_tinycc.c1441 Int32 nSelectors; in BZ2_decompress() local
1495 nSelectors = s->save_nSelectors; in BZ2_decompress()
1611 …v; v = (s->bsBuff >> (s->bsLive-15)) & ((1 << 15)-1); s->bsLive -= 15; nSelectors = v; break; } if… in BZ2_decompress()
1612 if (nSelectors < 1) { retVal = (-4); goto save_state_and_return; };; in BZ2_decompress()
1613 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
1629 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
1695 …{ if (groupPos == 0) { groupNo++; if (groupNo >= nSelectors) { retVal = (-4); goto save_state_and_… in BZ2_decompress()
1709 …{ if (groupPos == 0) { groupNo++; if (groupNo >= nSelectors) { retVal = (-4); goto save_state_and_… in BZ2_decompress()
1798 …{ if (groupPos == 0) { groupNo++; if (groupNo >= nSelectors) { retVal = (-4); goto save_state_and_… in BZ2_decompress()
1922 s->save_nSelectors = nSelectors; in BZ2_decompress()
[all …]
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c1437 if (groupNo >= nSelectors) \
1493 Int32 nSelectors; in BZ2_decompress() local
1547 nSelectors = s->save_nSelectors; in BZ2_decompress()
1663 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
1664 if (nSelectors < 1) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
1665 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
1681 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
1974 s->save_nSelectors = nSelectors; in BZ2_decompress()
3669 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
3769 nSelectors = 0; in sendMTFValues()
[all …]