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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_pcache.c106 unsigned iRand; /* State of the PRNG */ member in struct:testpcache
122 p->iRand = (p->iRand*69069 + 5);
123 x = (x<<8) | ((p->iRand>>16)&0xff);
146 p->iRand = testpcacheGlobal.prngSeed;
/external/svox/pico/lib/
H A Dpicosig2.h131 picoos_int32 iRand; /*reserved for phase random table poointer ())*/ member in struct:sig_innerobj
H A Dpicosig2.c589 picoos_int16 nI, iRand, firstUV; local
654 iRand = sig_inObj->iRand;
655 c = sig_inObj->randCosTbl + iRand;
656 s = sig_inObj->randSinTbl + iRand;
665 sig_inObj->iRand += (PICODSP_HFFTSIZE_P1 - firstUV);
666 if (sig_inObj->iRand > PICODSP_N_RAND_TABLE - PICODSP_HFFTSIZE_P1)
667 sig_inObj->iRand = 1 + sig_inObj->iRand + PICODSP_HFFTSIZE_P1
2088 sig_inObj->iRand
[all...]

Completed in 3428 milliseconds