Home | History | Annotate | Download | only in common

Lines Matching full:maxfactorlength

1263             int32_t i, count=range->variant, factor, factorLength, maxFactorLength;
1272 maxFactorLength=0;
1276 if(factorLength>maxFactorLength) {
1277 maxFactorLength=factorLength;
1280 length+=maxFactorLength;