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