Searched refs:MTFL_SIZE (Results 1 – 2 of 2) sorted by relevance
432 for (l = 256 / MTFL_SIZE - 1; l >= 0; l--) { in BZ2_decompress()433 for (j = MTFL_SIZE - 1; j >= 0; j--) { in BZ2_decompress()434 s->mtfa[k] = (UChar)(l * MTFL_SIZE + j); in BZ2_decompress()502 if (nn < MTFL_SIZE) { in BZ2_decompress()522 lno = nn / MTFL_SIZE; in BZ2_decompress()523 off = nn % MTFL_SIZE; in BZ2_decompress()533 s->mtfa[s->mtfbase[lno]] = s->mtfa[s->mtfbase[lno - 1] + MTFL_SIZE - 1]; in BZ2_decompress()540 for (i = 256 / MTFL_SIZE - 1; i >= 0; i--) { in BZ2_decompress()541 for (j = MTFL_SIZE - 1; j >= 0; j--) { in BZ2_decompress()
370 #define MTFL_SIZE 16 macro427 Int32 mtfbase[256 / MTFL_SIZE];