Searched refs:mtfa (Results 1 – 2 of 2) sorted by relevance
505 uc = s->mtfa[l + nn]; in BZ2_decompress()508 s->mtfa[(z)] = s->mtfa[(z)-1]; in BZ2_decompress()509 s->mtfa[(z)-1] = s->mtfa[(z)-2]; in BZ2_decompress()510 s->mtfa[(z)-2] = s->mtfa[(z)-3]; in BZ2_decompress()511 s->mtfa[(z)-3] = s->mtfa[(z)-4]; in BZ2_decompress()515 s->mtfa[(l + nn)] = s->mtfa[(l + nn) - 1]; in BZ2_decompress()518 s->mtfa[l] = uc; in BZ2_decompress()525 uc = s->mtfa[l]; in BZ2_decompress()527 s->mtfa[l] = s->mtfa[l - 1]; in BZ2_decompress()533 s->mtfa[s->mtfbase[lno]] = s->mtfa[s->mtfbase[lno - 1] + MTFL_SIZE - 1]; in BZ2_decompress()[all …]
426 UChar mtfa[MTFA_SIZE]; member