OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wfact
(Results
1 - 6
of
6
) sorted by null
/external/bzip2/
blocksort.c
1038
Int32
wfact
= s->workFactor;
local
1056
/* (
wfact
-1) / 3 puts the default-factor-30
1063
if (
wfact
< 1 )
wfact
= 1;
1064
if (
wfact
> 100)
wfact
= 100;
1065
budgetInit = nblock * ((
wfact
-1) / 3);
/external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c
3084
Int32
wfact
= s->workFactor;
local
[
all
...]
/external/valgrind/main/memcheck/tests/
origin5-bz2.c
3075
Int32
wfact
= s->workFactor;
local
[
all
...]
varinfo6.c
3113
Int32
wfact
= s->workFactor;
local
[
all
...]
/external/valgrind/main/perf/
bz2.c
3075
Int32
wfact
= s->workFactor;
local
[
all
...]
test_input_for_tinycc.c
2697
Int32
wfact
= s->workFactor;
local
[
all
...]
Completed in 45 milliseconds