Home
last modified time | relevance | path

Searched refs:cftab (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Ddecompress.cpp577 s->cftab[0] = 0; in BZ2_decompress()
579 s->cftab[i] = s->unzftab[i - 1]; in BZ2_decompress()
581 s->cftab[i] += s->cftab[i - 1]; in BZ2_decompress()
584 if (s->cftab[i] < 0 || s->cftab[i] > nblock) { in BZ2_decompress()
591 if (s->cftab[i - 1] > s->cftab[i]) { in BZ2_decompress()
606 s->cftabCopy[i] = s->cftab[i]; in BZ2_decompress()
643 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress()
644 s->cftab[uc]++; in BZ2_decompress()
H A Dbzlib_private.hpp403 Int32 cftab[257]; member
505 cccc = BZ2_indexIntoF(s->tPos, s->cftab); \
H A Dbzlib.cpp757 Int32 BZ2_indexIntoF(Int32 indx, Int32* cftab) { in BZ2_indexIntoF() argument
763 if (indx >= cftab[mid]) in BZ2_indexIntoF()