Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_pcache.c107 unsigned iRand; /* State of the PRNG */ member
123 p->iRand = (p->iRand*69069 + 5); in testpcacheRandom()
124 x = (x<<8) | ((p->iRand>>16)&0xff); in testpcacheRandom()
152 p->iRand = testpcacheGlobal.prngSeed; in testpcacheCreate()