Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_decompress.c76 s->seqToUnseq[s->nInUse] = i; in makeMaps_d()
438 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ]; in BZ2_decompress()
519 s->unzftab[s->seqToUnseq[uc]]++; in BZ2_decompress()
521 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
522 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); in BZ2_decompress()
H A Dbzlib_private.h425 UChar seqToUnseq[256]; member