Home
last modified time | relevance | path

Searched refs:bestCount (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicParameterizationCode.cpp359 const int bestCount = 20; in cubecode_test() local
360 int best[bestCount][4]; in cubecode_test()
368 for (int w = 0; w < bestCount; ++w) { in cubecode_test()
380 for (int w = 0; w < bestCount; ++w) { in cubecode_test()
/external/skia/experimental/Intersection/
DCubicParameterizationCode.cpp359 const int bestCount = 20; in cubecode_test() local
360 int best[bestCount][4]; in cubecode_test()
368 for (int w = 0; w < bestCount; ++w) { in cubecode_test()
380 for (int w = 0; w < bestCount; ++w) { in cubecode_test()
/external/chromium_org/third_party/sqlite/src/tool/
Dmkkeywordhash.c343 int bestSize, bestCount; in main() local
450 bestCount = nKeyword*nKeyword; in main()
459 if( count<bestCount ){ in main()
460 bestCount = count; in main()
475 printf("/* Hash score: %d */\n", bestCount); in main()