Lines Matching refs:cpuFreq
658 UChar *buf3, char *frqBuf, double cpuFreq,
721 cpuFreq * 1.e6 * (double)BUFFERSIZE / ((double)(tmp1) * (double)(0x100000)));
820 static char *SiS_GetCPUFreq(ScrnInfoPtr pScrn, char *buf, double *cpuFreq)
824 (*cpuFreq) = 0.0;
828 (*cpuFreq) = strtod(frqBuf, &endBuf);
830 if((*cpuFreq) < 10.0) frqBuf = NULL; /* sanity check */
832 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "CPU frequency %.2fMhz\n", (*cpuFreq));
1062 double cpuFreq = 0.0;
1081 frqBuf = SiS_GetCPUFreq(pScrn, buf, &cpuFreq);
1097 frqBuf, cpuFreq, UMemCpy, &secondbest, from);