Searched refs:endBuf (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_memcpy.c524 char *tmpBuf, *endBuf; local in function:viaVidCopyInit
557 cpuFreq = strtod(tmpBuf, &endBuf);
558 if (endBuf == tmpBuf)
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_memcpy.c822 char *frqBuf, *endBuf; local in function:SiS_GetCPUFreq
828 (*cpuFreq) = strtod(frqBuf, &endBuf);
829 if(endBuf == frqBuf) frqBuf = NULL;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_memcpy.c931 char *frqBuf, *endBuf; local in function:XGI_GetCPUFreq
937 (*cpuFreq) = strtod(frqBuf, &endBuf);
938 if(endBuf == frqBuf) frqBuf = NULL;

Completed in 7 milliseconds