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

1 2

  /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:__anon14449
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/perf/
test_input_for_tinycc.c 1127 Int32 cftab[257]; member in struct:__anon43168
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:__anon43155
854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 766 Int32 cftab[257]; member in struct:__anon42649
861 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 759 Int32 cftab[257]; member in struct:__anon42947
854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
varinfo6.c 797 Int32 cftab[257]; member in struct:__anon42963
892 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
commons-compress-1.8.1.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/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/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 

Completed in 839 milliseconds

1 2