Home | History | Annotate | Download | only in tests

Lines Matching refs:tt

770       UInt32   *tt;
834 s->tPos = s->tt[s->tPos]; \
1592 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) );
1593 if (s->tt == NULL) RETURN(BZ_MEM_ERROR);
1779 s->tt
1847 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]);
1915 uc = (UChar)(s->tt[i] & 0xff);
1916 s->tt[s->cftab[uc]] |= (i << 8);
1920 s->tPos = s->tt[s->origPtr] >> 8;
4898 s->tt = NULL;
4972 UInt32* c_tt = s->tt;
5049 s->tt = c_tt;
5229 if (s->tt != NULL) BZFREE(s->tt);