Home
last modified time | relevance | path

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

/external/u-boot/lib/bzip2/
Dbzlib_decompress.c407 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress()
438 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ]; in BZ2_decompress()
471 uc = s->mtfa[pp+nn]; in BZ2_decompress()
474 s->mtfa[(z) ] = s->mtfa[(z)-1]; in BZ2_decompress()
475 s->mtfa[(z)-1] = s->mtfa[(z)-2]; in BZ2_decompress()
476 s->mtfa[(z)-2] = s->mtfa[(z)-3]; in BZ2_decompress()
477 s->mtfa[(z)-3] = s->mtfa[(z)-4]; in BZ2_decompress()
481 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
483 s->mtfa[pp] = uc; in BZ2_decompress()
489 uc = s->mtfa[pp]; in BZ2_decompress()
[all …]
Dbzlib_private.h428 UChar mtfa [MTFA_SIZE]; member
/external/bzip2/
Ddecompress.c365 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress()
400 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ]; in BZ2_decompress()
433 uc = s->mtfa[pp+nn]; in BZ2_decompress()
436 s->mtfa[(z) ] = s->mtfa[(z)-1]; in BZ2_decompress()
437 s->mtfa[(z)-1] = s->mtfa[(z)-2]; in BZ2_decompress()
438 s->mtfa[(z)-2] = s->mtfa[(z)-3]; in BZ2_decompress()
439 s->mtfa[(z)-3] = s->mtfa[(z)-4]; in BZ2_decompress()
443 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
445 s->mtfa[pp] = uc; in BZ2_decompress()
451 uc = s->mtfa[pp]; in BZ2_decompress()
[all …]
Dbzlib_private.h400 UChar mtfa [MTFA_SIZE]; member