Searched refs:testPrngArray (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_main.c | 911 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 D | lsmtest_util.c | 115 void testPrngArray(unsigned int iVal, unsigned int *aOut, int nOut){ in testPrngArray() function
|
| H A D | lsmtest.h | 141 void testPrngArray(u32 iVal, u32 *aOut, int nOut);
|
| H A D | lsmtest_tdb4.c | 159 testPrngArray(i*13, (u32*)aWrite, nWrite/sizeof(u32)); in btFlushSectors()
|
| H A D | lsmtest_tdb3.c | 408 testPrngArray(iSeed++, (u32 *)aOld, pDb->szSector/4); in doSystemCrash()
|