Home | History | Annotate | Download | only in Driver

Lines Matching defs:Factor

646       // FIXME: Factor out an ARM class so we can cache the arch somewhere.
2535 unsigned Build = 0, Factor = 1;
2536 for ( ; Version > 10000; Version = Version / 10, Factor = Factor * 10)
2537 Build = Build + (Version % 10) * Factor;