Searched refs:iDot (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest1.c | 234 int iDot = *piDot; in testCaseProgress() local 235 while( iDot < ( ((nDot*2+1) * i) / (n*2) ) ){ in testCaseProgress() 238 iDot++; in testCaseProgress() 240 *piDot = iDot; in testCaseProgress() 273 int iDot; in doDataTest1() local 284 iDot = 0; in doDataTest1() 307 testCaseProgress(i, p->nRow, testCaseNDot()/2, &iDot); in doDataTest1() 311 iDot = 0; in doDataTest1() 436 int iDot = 0; in doDataTest2() local 477 testCaseProgress(i, p->nIter, testCaseNDot(), &iDot); in doDataTest2() [all …]
|
| H A D | lsmtest2.c | 302 int iDot = 0; in crash_test1() local 329 testCaseProgress(i, nIter, testCaseNDot(), &iDot); in crash_test1() 368 int iDot = 0; in crash_test2() local 384 testCaseProgress(i, nIter, testCaseNDot(), &iDot); in crash_test2() 427 int iDot = 0; in crash_test3() local 441 testCaseProgress(i, nIter, testCaseNDot(), &iDot); in crash_test3()
|
| H A D | lsmtest4.c | 49 int iDot = 0; /* Current step in test */ in do_mc_test() local 96 testCaseProgress(iStep, pTest->nStep, testCaseNDot(), &iDot); in do_mc_test()
|
| H A D | lsmtest9.c | 46 int iDot = 0; in doDataTest4() local 99 testCaseProgress(i, p->nRepeat, testCaseNDot(), &iDot); in doDataTest4()
|
| H A D | lsmtest8.c | 218 int iDot = 0; in doWriterCrash1() local 225 testCaseProgress(i, nWrite, testCaseNDot(), &iDot); in doWriterCrash1()
|
| H A D | lsmtest_main.c | 885 int iDot = 0; in do_speed_tests() local 906 testCaseProgress(i, nRow, testCaseNDot(), &iDot); in do_speed_tests() 929 int iDot = 0; in do_speed_tests() local 946 testCaseProgress(i, nRow, testCaseNDot(), &iDot); in do_speed_tests() 986 testCaseProgress(iSel, nSelTest, testCaseNDot(), &iDot); in do_speed_tests()
|