Home
last modified time | relevance | path

Searched refs:mtfa (Results 1 – 2 of 2) sorted by relevance

/external/bzip2/
Ddecompress.c364 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress()
399 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ]; in BZ2_decompress()
432 uc = s->mtfa[pp+nn]; in BZ2_decompress()
435 s->mtfa[(z) ] = s->mtfa[(z)-1]; in BZ2_decompress()
436 s->mtfa[(z)-1] = s->mtfa[(z)-2]; in BZ2_decompress()
437 s->mtfa[(z)-2] = s->mtfa[(z)-3]; in BZ2_decompress()
438 s->mtfa[(z)-3] = s->mtfa[(z)-4]; in BZ2_decompress()
442 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
444 s->mtfa[pp] = uc; in BZ2_decompress()
450 uc = s->mtfa[pp]; in BZ2_decompress()
[all …]
Dbzlib_private.h400 UChar mtfa [MTFA_SIZE]; member