Lines Matching defs:testp
191 unsigned int testp, testm, testn;
208 for (testp = 8; testp > 0; testp /= 2) {
209 if (clock * testp > vcomax)
211 if (clock * testp < vcomin)
217 (testm * testp);
226 p = testp - 1;
249 testp = pvalues_e4[i];
251 if ((clock * testp) > vcomax)
253 if ((clock * testp) < vcomin)
259 (testm * testp);
269 p = testp - 1;
312 unsigned int testp, testm, testn, testp2;
329 for (testp = 1; testp < 8; testp++) {
331 if (testp < testp2)
333 if ((clock * testp * testp2) > vcomax)
335 if ((clock * testp * testp2) < vcomin)
340 (testm * testp * testp2);
352 (testp);
364 for (testp = 1; testp < 9; testp++) {
365 if (clock * testp > vcomax)
367 if (clock * testp < vcomin)
373 (testm * testp);
383 p = testp - 1;
493 unsigned int testp, testm, testn;
505 for (testp = 16; testp > 0; testp--) {
506 if (clock * testp > vcomax)
508 if (clock * testp < vcomin)
514 (testm * testp);
523 p = testp - 1;
588 unsigned int testp, testm, testn;
604 testp = 0;
621 p = testp;
637 for (testp = 16; testp > 0; testp >>= 1) {
638 if (clock * testp > vcomax)
640 if (clock * testp < vcomin)
646 (testm * testp);
655 p = testp - 1;
657 if ((clock * testp) >= 600000)