Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dmkkeywordhash.c406 int bestSize, bestCount; in main() local
514 bestCount = nKeyword*nKeyword; in main()
524 if( count<bestCount ){ in main()
525 bestCount = count; in main()
541 printf("/* Hash score: %d */\n", bestCount); in main()