Home
last modified time | relevance | path

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

/external/bzip2/
Ddecompress.c123 Int32 nextSym; in BZ2_decompress() local
177 nextSym = s->save_nextSym; in BZ2_decompress()
373 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); in BZ2_decompress()
377 if (nextSym == EOB) break; in BZ2_decompress()
379 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
391 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()
392 if (nextSym == BZ_RUNB) es = es + (1+1) * N; in BZ2_decompress()
394 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym); in BZ2_decompress()
396 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
427 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
[all …]
/external/toybox/toys/other/
Dbzcat.c322 int ii, jj, kk, runPos, dbufCount, symCount, selector, nextSym, in read_huffman_data() local
376 nextSym = hufGroup->permute[jj]; in read_huffman_data()
379 if ((unsigned)nextSym <= SYMBOL_RUNB) { in read_huffman_data()
393 hh += (runPos << nextSym); // +runPos if RUNA; +2*runPos if RUNB in read_huffman_data()
414 if (nextSym>bd->symTotal) break; in read_huffman_data()
423 ii = nextSym - 1; in read_huffman_data()
/external/python/cpython2/Parser/
Dspark.py389 nextSym = rhs[pos]
390 key = (X.stateno, nextSym)
391 if not rules.has_key(nextSym):
394 X.T.append(nextSym)
397 if not predicted.has_key(nextSym):
398 predicted[nextSym] = 1
399 for prule in rules[nextSym]:
/external/valgrind/memcheck/tests/
Dvarinfo6.c1526 Int32 nextSym; in BZ2_decompress() local
1580 nextSym = s->save_nextSym; in BZ2_decompress()
1777 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); in BZ2_decompress()
1781 if (nextSym == EOB) break; in BZ2_decompress()
1783 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
1788 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()
1789 if (nextSym == BZ_RUNB) es = es + (1+1) * N; in BZ2_decompress()
1791 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym); in BZ2_decompress()
1793 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
1824 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
[all …]
Dorigin5-bz2.c1488 Int32 nextSym; in BZ2_decompress() local
1542 nextSym = s->save_nextSym; in BZ2_decompress()
1738 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); in BZ2_decompress()
1742 if (nextSym == EOB) break; in BZ2_decompress()
1744 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
1749 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()
1750 if (nextSym == BZ_RUNB) es = es + (1+1) * N; in BZ2_decompress()
1752 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym); in BZ2_decompress()
1754 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
1785 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
[all …]
/external/valgrind/perf/
Dbz2.c1486 Int32 nextSym; in BZ2_decompress() local
1540 nextSym = s->save_nextSym; in BZ2_decompress()
1736 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); in BZ2_decompress()
1740 if (nextSym == EOB) break; in BZ2_decompress()
1742 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
1747 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()
1748 if (nextSym == BZ_RUNB) es = es + (1+1) * N; in BZ2_decompress()
1750 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym); in BZ2_decompress()
1752 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
1783 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
[all …]
Dtest_input_for_tinycc.c1445 Int32 nextSym; in BZ2_decompress() local
1499 nextSym = s->save_nextSym; in BZ2_decompress()
1695 …vec - gBase[zn] >= 258) { retVal = (-4); goto save_state_and_return; };; nextSym = gPerm[zvec - gB… in BZ2_decompress()
1699 if (nextSym == EOB) break; in BZ2_decompress()
1701 if (nextSym == 0 || nextSym == 1) { in BZ2_decompress()
1706 if (nextSym == 0) es = es + (0+1) * N; else in BZ2_decompress()
1707 if (nextSym == 1) es = es + (1+1) * N; in BZ2_decompress()
1709 …vec - gBase[zn] >= 258) { retVal = (-4); goto save_state_and_return; };; nextSym = gPerm[zvec - gB… in BZ2_decompress()
1711 while (nextSym == 0 || nextSym == 1); in BZ2_decompress()
1742 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
[all …]
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c1497 Int32 nextSym; in BZ2_decompress() local
1551 nextSym = s->save_nextSym; in BZ2_decompress()
1747 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); in BZ2_decompress()
1751 if (nextSym == EOB) break; in BZ2_decompress()
1753 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
1758 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()
1759 if (nextSym == BZ_RUNB) es = es + (1+1) * N; in BZ2_decompress()
1761 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym); in BZ2_decompress()
1763 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
1794 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
[all …]