Home
last modified time | relevance | path

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

/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Ddecompress.c501 s->cftab[0] = 0; in BZ2_decompress()
502 for (i = 1; i <= 256; i++) s->cftab[i] = s->unzftab[i-1]; in BZ2_decompress()
503 for (i = 1; i <= 256; i++) s->cftab[i] += s->cftab[i-1]; in BZ2_decompress()
506 if (s->cftab[i] < 0 || s->cftab[i] > nblock) { in BZ2_decompress()
513 if (s->cftab[i-1] > s->cftab[i]) { in BZ2_decompress()
527 for (i = 0; i <= 256; i++) s->cftabCopy[i] = s->cftab[i]; in BZ2_decompress()
562 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress()
563 s->cftab[uc]++; in BZ2_decompress()
Dbzlib_private.h377 Int32 cftab[257]; member
478 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
Dbzlib.c687 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF() argument
694 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF()
/third_party/bzip2/
Ddecompress.c507 s->cftab[0] = 0; in BZ2_decompress()
508 for (i = 1; i <= 256; i++) s->cftab[i] = s->unzftab[i-1]; in BZ2_decompress()
509 for (i = 1; i <= 256; i++) s->cftab[i] += s->cftab[i-1]; in BZ2_decompress()
512 if (s->cftab[i] < 0 || s->cftab[i] > nblock) { in BZ2_decompress()
519 if (s->cftab[i-1] > s->cftab[i]) { in BZ2_decompress()
533 for (i = 0; i <= 256; i++) s->cftabCopy[i] = s->cftab[i]; in BZ2_decompress()
568 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress()
569 s->cftab[uc]++; in BZ2_decompress()
Dbzlib_private.h377 Int32 cftab[257]; member
478 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
Dbzlib.c687 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF() argument
694 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Ddecompress.c507 s->cftab[0] = 0; in BZ2_decompress()
508 for (i = 1; i <= 256; i++) s->cftab[i] = s->unzftab[i-1]; in BZ2_decompress()
509 for (i = 1; i <= 256; i++) s->cftab[i] += s->cftab[i-1]; in BZ2_decompress()
512 if (s->cftab[i] < 0 || s->cftab[i] > nblock) { in BZ2_decompress()
519 if (s->cftab[i-1] > s->cftab[i]) { in BZ2_decompress()
533 for (i = 0; i <= 256; i++) s->cftabCopy[i] = s->cftab[i]; in BZ2_decompress()
568 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress()
569 s->cftab[uc]++; in BZ2_decompress()
Dbzlib_private.h377 Int32 cftab[257]; member
478 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
Dbzlib.c687 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF() argument
694 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF()