Home | History | Annotate | Download | only in tests

Lines Matching defs:MTFL_SIZE

761 #define MTFL_SIZE 16
821 Int32 mtfbase[256 / MTFL_SIZE];
1766 for (ii = 256 / MTFL_SIZE - 1; ii >= 0; ii--) {
1767 for (jj = MTFL_SIZE-1; jj >= 0; jj--) {
1768 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj);
1826 if (nn < MTFL_SIZE) {
1844 lno = nn / MTFL_SIZE;
1845 off = nn % MTFL_SIZE;
1855 = s->mtfa[s->mtfbase[lno-1] + MTFL_SIZE - 1];
1862 for (ii = 256 / MTFL_SIZE-1; ii >= 0; ii--) {
1863 for (jj = MTFL_SIZE-1; jj >= 0; jj--) {