Lines Matching refs:wfact
3075 Int32 wfact = s->workFactor;3093 /* (wfact-1) / 3 puts the default-factor-303100 if (wfact < 1 ) wfact = 1;3101 if (wfact > 100) wfact = 100;3102 budgetInit = nblock * ((wfact-1) / 3);