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