Home | History | Annotate | Download | only in tests

Lines Matching refs:mtfa

820       UChar    mtfa   [MTFA_SIZE];
1768 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj);
1796 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ];
1829 uc = s->mtfa[pp+nn];
1832 s->mtfa[(z) ] = s->mtfa[(z)-1];
1833 s->mtfa[(z)-1] = s->mtfa[(z)-2];
1834 s->mtfa[(z)-2] = s->mtfa[(z)-3];
1835 s->mtfa[(z)-3] = s->mtfa[(z)-4];
1839 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--;
1841 s->mtfa[pp] = uc;
1847 uc = s->mtfa[pp];
1849 s->mtfa[pp] = s->mtfa[pp-1]; pp--;
1854 s->mtfa[s->mtfbase[lno]]
1855 = s->mtfa[s->mtfbase[lno-1] + MTFL_SIZE - 1];
1859 s->mtfa[s->mtfbase[0]] = uc;
1864 s->mtfa[kk] = s->mtfa[s->mtfbase[ii] + jj];