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