Searched refs:cpuFreq (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_memcpy.c | 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) argument 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; local in function:SiSVidCopyInitGen 1081 frqBuf = SiS_GetCPUFreq(pScrn, buf, &cpuFreq); 1097 frqBuf, cpuFreq, UMemCp 656 SiS_BenchmarkMemcpy(ScrnInfoPtr pScrn,SISMCFuncData * MCFunctions,unsigned int myCPUflags,UChar * buf1,UChar * buf2,UChar * buf3,char * frqBuf,double cpuFreq,vidCopyFunc * UMemCpy,int * best2,Bool from) argument [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_memcpy.c | 761 UChar *buf3, char *frqBuf, double cpuFreq, 825 cpuFreq * 1.e6 * (double)BUFFERSIZE / ((double)(tmp1) * (double)(0x100000))); 929 static char *XGI_GetCPUFreq(ScrnInfoPtr pScrn, char *buf, double *cpuFreq) argument 933 (*cpuFreq) = 0.0; 937 (*cpuFreq) = strtod(frqBuf, &endBuf); 939 if((*cpuFreq) < 10.0) frqBuf = NULL; /* sanity check */ 941 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "CPU frequency %.2fMhz\n", (*cpuFreq)); 1185 double cpuFreq = 0.0; 1206 frqBuf = XGI_GetCPUFreq(pScrn, buf, &cpuFreq); 1223 frqBuf, cpuFreq, UMemCp [all...] |
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_memcpy.c | 530 double cpuFreq; local in function:viaVidCopyInit 554 cpuFreq = 0.; 557 cpuFreq = strtod(tmpBuf, &endBuf); 615 cpuFreq * 1.e6 * (double)testSize /
|
Completed in 6 milliseconds