Searched refs:cftab (Results 1 – 3 of 3) sorted by relevance
577 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()
403 Int32 cftab[257]; member505 cccc = BZ2_indexIntoF(s->tPos, s->cftab); \
757 Int32 BZ2_indexIntoF(Int32 indx, Int32* cftab) { in BZ2_indexIntoF() argument763 if (indx >= cftab[mid]) in BZ2_indexIntoF()