Home
last modified time | relevance | path

Searched refs:mtfa (Results 1 – 7 of 7) sorted by relevance

/external/bzip2/
Ddecompress.c364 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress()
399 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ]; in BZ2_decompress()
432 uc = s->mtfa[pp+nn]; in BZ2_decompress()
435 s->mtfa[(z) ] = s->mtfa[(z)-1]; in BZ2_decompress()
436 s->mtfa[(z)-1] = s->mtfa[(z)-2]; in BZ2_decompress()
437 s->mtfa[(z)-2] = s->mtfa[(z)-3]; in BZ2_decompress()
438 s->mtfa[(z)-3] = s->mtfa[(z)-4]; in BZ2_decompress()
442 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
444 s->mtfa[pp] = uc; in BZ2_decompress()
450 uc = s->mtfa[pp]; in BZ2_decompress()
[all …]
Dbzlib_private.h400 UChar mtfa [MTFA_SIZE]; member
/external/valgrind/memcheck/tests/
Dvarinfo6.c820 UChar mtfa [MTFA_SIZE]; member
1768 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress()
1796 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ]; in BZ2_decompress()
1829 uc = s->mtfa[pp+nn]; in BZ2_decompress()
1832 s->mtfa[(z) ] = s->mtfa[(z)-1]; in BZ2_decompress()
1833 s->mtfa[(z)-1] = s->mtfa[(z)-2]; in BZ2_decompress()
1834 s->mtfa[(z)-2] = s->mtfa[(z)-3]; in BZ2_decompress()
1835 s->mtfa[(z)-3] = s->mtfa[(z)-4]; in BZ2_decompress()
1839 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
1841 s->mtfa[pp] = uc; in BZ2_decompress()
[all …]
Dorigin5-bz2.c782 UChar mtfa [MTFA_SIZE]; member
1729 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress()
1757 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ]; in BZ2_decompress()
1790 uc = s->mtfa[pp+nn]; in BZ2_decompress()
1793 s->mtfa[(z) ] = s->mtfa[(z)-1]; in BZ2_decompress()
1794 s->mtfa[(z)-1] = s->mtfa[(z)-2]; in BZ2_decompress()
1795 s->mtfa[(z)-2] = s->mtfa[(z)-3]; in BZ2_decompress()
1796 s->mtfa[(z)-3] = s->mtfa[(z)-4]; in BZ2_decompress()
1800 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
1802 s->mtfa[pp] = uc; in BZ2_decompress()
[all …]
/external/valgrind/perf/
Dbz2.c782 UChar mtfa [MTFA_SIZE]; member
1727 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress()
1755 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ]; in BZ2_decompress()
1788 uc = s->mtfa[pp+nn]; in BZ2_decompress()
1791 s->mtfa[(z) ] = s->mtfa[(z)-1]; in BZ2_decompress()
1792 s->mtfa[(z)-1] = s->mtfa[(z)-2]; in BZ2_decompress()
1793 s->mtfa[(z)-2] = s->mtfa[(z)-3]; in BZ2_decompress()
1794 s->mtfa[(z)-3] = s->mtfa[(z)-4]; in BZ2_decompress()
1798 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
1800 s->mtfa[pp] = uc; in BZ2_decompress()
[all …]
Dtest_input_for_tinycc.c1150 UChar mtfa [4096]; member
1686 s->mtfa[kk] = (UChar)(ii * 16 + jj); in BZ2_decompress()
1714 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ]; in BZ2_decompress()
1747 uc = s->mtfa[pp+nn]; in BZ2_decompress()
1750 s->mtfa[(z) ] = s->mtfa[(z)-1]; in BZ2_decompress()
1751 s->mtfa[(z)-1] = s->mtfa[(z)-2]; in BZ2_decompress()
1752 s->mtfa[(z)-2] = s->mtfa[(z)-3]; in BZ2_decompress()
1753 s->mtfa[(z)-3] = s->mtfa[(z)-4]; in BZ2_decompress()
1757 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
1759 s->mtfa[pp] = uc; in BZ2_decompress()
[all …]
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c789 UChar mtfa [MTFA_SIZE]; member
1738 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress()
1766 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ]; in BZ2_decompress()
1799 uc = s->mtfa[pp+nn]; in BZ2_decompress()
1802 s->mtfa[(z) ] = s->mtfa[(z)-1]; in BZ2_decompress()
1803 s->mtfa[(z)-1] = s->mtfa[(z)-2]; in BZ2_decompress()
1804 s->mtfa[(z)-2] = s->mtfa[(z)-3]; in BZ2_decompress()
1805 s->mtfa[(z)-3] = s->mtfa[(z)-4]; in BZ2_decompress()
1809 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
1811 s->mtfa[pp] = uc; in BZ2_decompress()
[all …]