Searched refs:pmti (Results 1 – 1 of 1) sorted by relevance
190 int *pmti; in __gmp_randget_mt() local193 pmti = &((gmp_rand_mt_struct *) RNG_STATE (rstate))->mti; in __gmp_randget_mt()202 if (*pmti >= N) \ in __gmp_randget_mt()205 *pmti = 0; \ in __gmp_randget_mt()207 y = mt[(*pmti)++]; \ in __gmp_randget_mt()