wsdPrng          19587 third_party/sqlite/amalgamation/sqlite3.c   if( !wsdPrng.isInit ){
wsdPrng          19590 third_party/sqlite/amalgamation/sqlite3.c     wsdPrng.j = 0;
wsdPrng          19591 third_party/sqlite/amalgamation/sqlite3.c     wsdPrng.i = 0;
wsdPrng          19594 third_party/sqlite/amalgamation/sqlite3.c       wsdPrng.s[i] = (u8)i;
wsdPrng          19597 third_party/sqlite/amalgamation/sqlite3.c       wsdPrng.j += wsdPrng.s[i] + k[i];
wsdPrng          19598 third_party/sqlite/amalgamation/sqlite3.c       t = wsdPrng.s[wsdPrng.j];
wsdPrng          19599 third_party/sqlite/amalgamation/sqlite3.c       wsdPrng.s[wsdPrng.j] = wsdPrng.s[i];
wsdPrng          19600 third_party/sqlite/amalgamation/sqlite3.c       wsdPrng.s[i] = t;
wsdPrng          19602 third_party/sqlite/amalgamation/sqlite3.c     wsdPrng.isInit = 1;
wsdPrng          19607 third_party/sqlite/amalgamation/sqlite3.c   wsdPrng.i++;
wsdPrng          19608 third_party/sqlite/amalgamation/sqlite3.c   t = wsdPrng.s[wsdPrng.i];
wsdPrng          19609 third_party/sqlite/amalgamation/sqlite3.c   wsdPrng.j += t;
wsdPrng          19610 third_party/sqlite/amalgamation/sqlite3.c   wsdPrng.s[wsdPrng.i] = wsdPrng.s[wsdPrng.j];
wsdPrng          19611 third_party/sqlite/amalgamation/sqlite3.c   wsdPrng.s[wsdPrng.j] = t;
wsdPrng          19612 third_party/sqlite/amalgamation/sqlite3.c   t += wsdPrng.s[wsdPrng.i];
wsdPrng          19613 third_party/sqlite/amalgamation/sqlite3.c   return wsdPrng.s[t];
wsdPrng            73 third_party/sqlite/src/src/random.c   if( !wsdPrng.isInit ){
wsdPrng            76 third_party/sqlite/src/src/random.c     wsdPrng.j = 0;
wsdPrng            77 third_party/sqlite/src/src/random.c     wsdPrng.i = 0;
wsdPrng            80 third_party/sqlite/src/src/random.c       wsdPrng.s[i] = (u8)i;
wsdPrng            83 third_party/sqlite/src/src/random.c       wsdPrng.j += wsdPrng.s[i] + k[i];
wsdPrng            84 third_party/sqlite/src/src/random.c       t = wsdPrng.s[wsdPrng.j];
wsdPrng            85 third_party/sqlite/src/src/random.c       wsdPrng.s[wsdPrng.j] = wsdPrng.s[i];
wsdPrng            86 third_party/sqlite/src/src/random.c       wsdPrng.s[i] = t;
wsdPrng            88 third_party/sqlite/src/src/random.c     wsdPrng.isInit = 1;
wsdPrng            93 third_party/sqlite/src/src/random.c   wsdPrng.i++;
wsdPrng            94 third_party/sqlite/src/src/random.c   t = wsdPrng.s[wsdPrng.i];
wsdPrng            95 third_party/sqlite/src/src/random.c   wsdPrng.j += t;
wsdPrng            96 third_party/sqlite/src/src/random.c   wsdPrng.s[wsdPrng.i] = wsdPrng.s[wsdPrng.j];
wsdPrng            97 third_party/sqlite/src/src/random.c   wsdPrng.s[wsdPrng.j] = t;
wsdPrng            98 third_party/sqlite/src/src/random.c   t += wsdPrng.s[wsdPrng.i];
wsdPrng            99 third_party/sqlite/src/src/random.c   return wsdPrng.s[t];