Searched refs:cftab (Results 1 – 4 of 4) sorted by relevance
508 s->cftab[0] = 0; in BZ2_decompress()509 for (i = 1; i <= 256; i++) s->cftab[i] = s->unzftab[i-1]; in BZ2_decompress()510 for (i = 1; i <= 256; i++) s->cftab[i] += s->cftab[i-1]; in BZ2_decompress()513 if (s->cftab[i] < 0 || s->cftab[i] > nblock) { in BZ2_decompress()520 if (s->cftab[i-1] > s->cftab[i]) { in BZ2_decompress()534 for (i = 0; i <= 256; i++) s->cftabCopy[i] = s->cftab[i]; in BZ2_decompress()569 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress()570 s->cftab[uc]++; in BZ2_decompress()
377 Int32 cftab[257]; member478 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
106 -__inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab )110 +Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab )
694 Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF() argument701 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF()