Searched refs:tt (Results 1 – 5 of 5) sorted by relevance
155 flt t, tdist, dt, ddt, sum, tt; in ext_volume_texture() local245 tt = (xvol->opacity / tdist); in ext_volume_texture()264 transval = tt * scalar; in ext_volume_texture()280 8.0 * tt; in ext_volume_texture()284 8.0 * tt; in ext_volume_texture()288 8.0 * tt; in ext_volume_texture()
165 flt t, tdist, dt, sum, tt; in scalar_volume_texture() local252 tt = (vol->opacity / tdist); in scalar_volume_texture()280 sum += tt * scalar; in scalar_volume_texture()282 transval = tt * scalar; in scalar_volume_texture()
260 s->tt = (UInt32*)BZALLOC(s->blockSize100k * 100000 * sizeof(Int32)); in BZ2_decompress()261 if (s->tt == nullptr) in BZ2_decompress()485 s->tt[nblock] = (UInt32)uc; in BZ2_decompress()556 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); in BZ2_decompress()642 uc = (UChar)(s->tt[i] & 0xff); in BZ2_decompress()643 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress()647 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
407 UInt32* tt; member471 s->tPos = s->tt[s->tPos]; \
558 s->tt = nullptr; in BZ_API()653 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST()747 s->tt = c_tt; in unRLE_obuf_to_output_FAST()989 if (s->tt != nullptr) in BZ_API()990 BZFREE(s->tt); in BZ_API()