Lines Matching defs:computed
128 unsigned int computed;
142 computed = (pllreffreq * testn) / (testm * testp);
143 if (computed > clock)
144 tmpdelta = computed - clock;
146 tmpdelta = clock - computed;
212 unsigned int computed;
236 computed = (pllreffreq * testn) / (testm * testp);
237 if (computed > clock)
238 tmpdelta = computed - clock;
240 tmpdelta = clock - computed;