HomeSort by relevance Sort by last modified time
    Searched refs:cftab (Results 1 - 22 of 22) sorted by null

  /external/bzip2/
decompress.c 494 /*-- Set up cftab to facilitate generation of T^(-1) --*/
500 /* Actually generate cftab. */
501 s->cftab[0] = 0;
502 for (i = 1; i <= 256; i++) s->cftab[i] = s->unzftab[i-1];
503 for (i = 1; i <= 256; i++) s->cftab[i] += s->cftab[i-1];
504 /* Check: cftab entries in range. */
506 if (s->cftab[i] < 0 || s->cftab[i] > nblock) {
507 /* s->cftab[i] can legitimately be == nblock *
    [all...]
bzlib_private.h 377 Int32 cftab[257]; member in struct:__anon6366
478 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
bzlib.c 687 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab )
694 if (indx >= cftab[mid]) nb = mid; else na = mid;
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 1127 Int32 cftab[257]; member in struct:__anon36962
1414 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab )
1421 if (indx >= cftab[mid]) nb = mid; else na = mid;
    [all...]
bz2.c 759 Int32 cftab[257]; member in struct:__anon36949
854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 743 Int32 cftab[257]; member in struct:__anon36045
838 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 766 Int32 cftab[257]; member in struct:__anon36535
861 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 759 Int32 cftab[257]; member in struct:__anon36777
854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
varinfo6.c 797 Int32 cftab[257]; member in struct:__anon36793
892 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1736 milliseconds