Home
last modified time | relevance | path

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

/external/bzip2/
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()
/external/valgrind/perf/
Dtest_input_for_tinycc.c1127 Int32 cftab[257]; member
1414 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF() argument
1421 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF()
1810 s->cftab[0] = 0; in BZ2_decompress()
1811 for (i = 1; i <= 256; i++) s->cftab[i] = s->unzftab[i-1]; in BZ2_decompress()
1812 for (i = 1; i <= 256; i++) s->cftab[i] += s->cftab[i-1]; in BZ2_decompress()
1814 if (s->cftab[i] < 0 || s->cftab[i] > nblock) { in BZ2_decompress()
1829 for (i = 0; i <= 256; i++) s->cftabCopy[i] = s->cftab[i]; in BZ2_decompress()
1853 …s->k0 = BZ2_indexIntoF ( s->tPos, s->cftab ); s->tPos = (((UInt32)s->ll16[s->tPos]) | (((((UInt32)… in BZ2_decompress()
1856 …s->k0 = BZ2_indexIntoF ( s->tPos, s->cftab ); s->tPos = (((UInt32)s->ll16[s->tPos]) | (((((UInt32)… in BZ2_decompress()
[all …]
Dbz2.c759 Int32 cftab[257]; member
854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
1455 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF() argument
1462 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF()
1851 s->cftab[0] = 0; in BZ2_decompress()
1852 for (i = 1; i <= 256; i++) s->cftab[i] = s->unzftab[i-1]; in BZ2_decompress()
1853 for (i = 1; i <= 256; i++) s->cftab[i] += s->cftab[i-1]; in BZ2_decompress()
1855 if (s->cftab[i] < 0 || s->cftab[i] > nblock) { in BZ2_decompress()
1870 for (i = 0; i <= 256; i++) s->cftabCopy[i] = s->cftab[i]; in BZ2_decompress()
1905 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress()
[all …]
/external/valgrind/memcheck/tests/
Dvarinfo6.c797 Int32 cftab[257]; member
892 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
1495 Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF() argument
1502 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF()
1892 s->cftab[0] = 0; in BZ2_decompress()
1893 for (i = 1; i <= 256; i++) s->cftab[i] = s->unzftab[i-1]; in BZ2_decompress()
1894 for (i = 1; i <= 256; i++) s->cftab[i] += s->cftab[i-1]; in BZ2_decompress()
1896 if (s->cftab[i] < 0 || s->cftab[i] > nblock) { in BZ2_decompress()
1911 for (i = 0; i <= 256; i++) s->cftabCopy[i] = s->cftab[i]; in BZ2_decompress()
1946 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress()
[all …]
Dorigin5-bz2.c759 Int32 cftab[257]; member
854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
1457 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF() argument
1464 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF()
1853 s->cftab[0] = 0; in BZ2_decompress()
1854 for (i = 1; i <= 256; i++) s->cftab[i] = s->unzftab[i-1]; in BZ2_decompress()
1855 for (i = 1; i <= 256; i++) s->cftab[i] += s->cftab[i-1]; in BZ2_decompress()
1857 if (s->cftab[i] < 0 || s->cftab[i] > nblock) { in BZ2_decompress()
1872 for (i = 0; i <= 256; i++) s->cftabCopy[i] = s->cftab[i]; in BZ2_decompress()
1907 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress()
[all …]
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c766 Int32 cftab[257]; member
861 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
1466 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF() argument
1473 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF()
1862 s->cftab[0] = 0; in BZ2_decompress()
1863 for (i = 1; i <= 256; i++) s->cftab[i] = s->unzftab[i-1]; in BZ2_decompress()
1864 for (i = 1; i <= 256; i++) s->cftab[i] += s->cftab[i-1]; in BZ2_decompress()
1866 if (s->cftab[i] < 0 || s->cftab[i] > nblock) { in BZ2_decompress()
1881 for (i = 0; i <= 256; i++) s->cftabCopy[i] = s->cftab[i]; in BZ2_decompress()
1916 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress()
[all …]