Lines Matching defs:iPrn
114899 u32 iPrn; /* Pseudo-random number used for sampling */115067 p->iPrn = 0x689e962d*(u32)nCol ^ 0xd0944565*(u32)sqlite3_value_int(argv[2]);115356 p->current.iHash = p->iPrn = p->iPrn*1103515245 + 12345;