Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest1.c233 void testCaseProgress(int i, int n, int nDot, int *piDot){ in testCaseProgress() argument
235 while( iDot < ( ((nDot*2+1) * i) / (n*2) ) ){ in testCaseProgress()