Home | History | Annotate | Download | only in perf

Lines Matching refs:tt

763       UInt32   *tt;
827 s->tPos = s->tt[s->tPos]; \
1581 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) );
1582 if (s->tt == NULL) RETURN(BZ_MEM_ERROR);
1768 s->tt[nblock] = (UInt32)uc;
1836 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]);
1904 uc = (UChar)(s->tt[i] & 0xff);
1905 s->tt[s->cftab[uc]] |= (i << 8);
1909 s->tPos = s->tt[s->origPtr] >> 8;
4887 s->tt = NULL;
4961 UInt32* c_tt = s->tt;
5038 s->tt = c_tt;
5218 if (s->tt != NULL) BZFREE(s->tt);