HomeSort by relevance Sort by last modified time
    Searched refs:wfact (Results 1 - 7 of 7) 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/VEX/switchback/
test_bzip2.c 3058 Int32 wfact = s->workFactor; local
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 3084 Int32 wfact = s->workFactor; local
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 3075 Int32 wfact = s->workFactor; local
    [all...]
varinfo6.c 3113 Int32 wfact = s->workFactor; local
    [all...]
  /external/valgrind/perf/
bz2.c 3073 Int32 wfact = s->workFactor; local
    [all...]
test_input_for_tinycc.c 2697 Int32 wfact = s->workFactor; local
    [all...]

Completed in 269 milliseconds