Searched refs:iPrn (Results 1 – 1 of 1) sorted by relevance
293 u32 iPrn; /* Pseudo-random number used for sampling */ member461 p->iPrn = 0x689e962d*(u32)nCol ^ 0xd0944565*(u32)sqlite3_value_int(argv[2]); in statInit()750 p->current.iHash = p->iPrn = p->iPrn*1103515245 + 12345; in statPush()