Searched refs:seqToUnseq (Results 1 – 2 of 2) sorted by relevance
76 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()
425 UChar seqToUnseq[256]; member