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

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_memcpy.c525 int count, j, bestSoFar; local in function:viaVidCopyInit
582 bestSoFar = 0;
620 bestSoFar = j;
634 mcFunctions[bestSoFar].mName, copyType);
635 return mcFunctions[bestSoFar].mFunc;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_memcpy.c662 int j = 0, bestSoFar = 0; local in function:SiS_BenchmarkMemcpy
726 bestSoFar = j;
741 return bestSoFar;
747 int j = 0, best = -1, secondbest = -1, bestSoFar = 10, best2SoFar = 10; local in function:SiS_GetBestByGrade
755 if(grade < bestSoFar) {
757 bestSoFar = grade;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_memcpy.c765 int j = 0, bestSoFar = 0;
830 bestSoFar = j;
831 PDEBUG(ErrorF("* bestSoFar is %d...\n", bestSoFar));
846 PDEBUG(ErrorF("***** The best is func(%d)-%s...\n", bestSoFar, MCFunctions[bestSoFar].mName));
849 /* bestSoFar = 2; */ /* the worst case; buit-in-2 */
850 return bestSoFar;
856 int j = 0, best = -1, secondbest = -1, bestSoFar = 10, best2SoFar = 10;
864 if(grade < bestSoFar) {
[all...]

Completed in 4 milliseconds