Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c911 testPrngArray(i+iStep, aKey, ArraySize(aKey)); in do_speed_tests()
912 testPrngArray(i+iStep, aVal, ArraySize(aVal)); in do_speed_tests()
950 testPrngArray(i+iStep, aKey, ArraySize(aKey)); in do_speed_tests()
951 testPrngArray(i+iStep, aVal, ArraySize(aVal)); in do_speed_tests()
963 testPrngArray(iKey, aKey, ArraySize(aKey)); in do_speed_tests()
989 testPrngArray(iKey, aKey, ArraySize(aKey)); in do_speed_tests()
993 testPrngArray(iKey, aVal, ArraySize(aVal)); in do_speed_tests()
H A Dlsmtest_util.c115 void testPrngArray(unsigned int iVal, unsigned int *aOut, int nOut){ in testPrngArray() function
H A Dlsmtest.h141 void testPrngArray(u32 iVal, u32 *aOut, int nOut);
H A Dlsmtest_tdb4.c159 testPrngArray(i*13, (u32*)aWrite, nWrite/sizeof(u32)); in btFlushSectors()
H A Dlsmtest_tdb3.c408 testPrngArray(iSeed++, (u32 *)aOld, pDb->szSector/4); in doSystemCrash()