Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c29101 int iLog; in memsys5Log() local
29102 for(iLog=0; (iLog<(int)((sizeof(int)*8)-1)) && (1<<iLog)<iValue; iLog++); in memsys5Log()
29103 return iLog; in memsys5Log()