Searched refs:seqToUnseq (Results 1 – 2 of 2) sorted by relevance
33 s->seqToUnseq[s->nInUse] = i; in makeMaps_d()392 uc = s->seqToUnseq[ s->mtfa[s->mtfbase[0]] ]; in BZ2_decompress()470 s->unzftab[s->seqToUnseq[uc]]++; in BZ2_decompress()472 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()473 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); in BZ2_decompress()
397 UChar seqToUnseq[256]; member