Home | History | Annotate | Download | only in perf

Lines Matching refs:MTFL_SIZE

723 #define MTFL_SIZE 16
783 Int32 mtfbase[256 / MTFL_SIZE];
1725 for (ii = 256 / MTFL_SIZE - 1; ii >= 0; ii--) {
1726 for (jj = MTFL_SIZE-1; jj >= 0; jj--) {
1727 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj);
1785 if (nn < MTFL_SIZE) {
1803 lno = nn / MTFL_SIZE;
1804 off = nn % MTFL_SIZE;
1814 = s->mtfa[s->mtfbase[lno-1] + MTFL_SIZE - 1];
1821 for (ii = 256 / MTFL_SIZE-1; ii >= 0; ii--) {
1822 for (jj = MTFL_SIZE-1; jj >= 0; jj--) {