OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cftab
(Results
1 - 10
of
10
) 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:__anon2137
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:__anon12768
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:__anon12755
854
cccc = BZ2_indexIntoF ( s->tPos, s->
cftab
); \
[
all
...]
/external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c
766
Int32
cftab
[257];
member in struct:__anon12486
861
cccc = BZ2_indexIntoF ( s->tPos, s->
cftab
); \
[
all
...]
/external/valgrind/main/memcheck/tests/
origin5-bz2.c
759
Int32
cftab
[257];
member in struct:__anon12659
854
cccc = BZ2_indexIntoF ( s->tPos, s->
cftab
); \
[
all
...]
varinfo6.c
797
Int32
cftab
[257];
member in struct:__anon12673
892
cccc = BZ2_indexIntoF ( s->tPos, s->
cftab
); \
[
all
...]
/prebuilt/common/commons-compress/
commons-compress-1.0.jar
/prebuilt/common/ant/
ant.jar
Completed in 509 milliseconds