HomeSort by relevance Sort by last modified time
    Searched refs:cftab (Results 1 - 12 of 12) 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:__anon2616
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:__anon14428
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:__anon14415
854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 743 Int32 cftab[257]; member in struct:__anon13654
838 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 766 Int32 cftab[257]; member in struct:__anon14108
861 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 759 Int32 cftab[257]; member in struct:__anon14301
854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
varinfo6.c 797 Int32 cftab[257]; member in struct:__anon14331
892 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
    [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.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 

Completed in 119 milliseconds