Home | History | Annotate | Download | only in common

Lines Matching full:maxfactorlength

1240             int32_t i, count=range->variant, factor, factorLength, maxFactorLength;
1249 maxFactorLength=0;
1253 if(factorLength>maxFactorLength) {
1254 maxFactorLength=factorLength;
1257 length+=maxFactorLength;