Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2347 int iLog2; in spellfix1Score() local
2348 for(iLog2=0; iRank>0; iLog2++, iRank>>=1){} in spellfix1Score()
2349 return iDistance + 32 - iLog2; in spellfix1Score()