Searched refs:secondbest (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_memcpy.c747 int j = 0, best = -1, secondbest = -1, bestSoFar = 10, best2SoFar = 10; local in function:SiS_GetBestByGrade
761 secondbest = j;
773 if(secondbest >= 0) {
776 MCFunctions[secondbest].mName,
778 *UMemCpy = MCFunctions[secondbest].mFunc;
1064 int best, secondbest; local in function:SiSVidCopyInitGen
1097 frqBuf, cpuFreq, UMemCpy, &secondbest, from);
1111 MCFunctions[secondbest].mName,
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_memcpy.c856 int j = 0, best = -1, secondbest = -1, bestSoFar = 10, best2SoFar = 10;
870 secondbest = j;
882 if(secondbest >= 0) {
885 MCFunctions[secondbest].mName,
887 *UMemCpy = MCFunctions[secondbest].mFunc;
1187 int best, secondbest;
1223 frqBuf, cpuFreq, UMemCpy, &secondbest, from);
1237 MCFunctions[secondbest].mName,

Completed in 5 milliseconds