Searched refs:gmp_rand_lc_struct (Results 1 – 2 of 2) sorted by relevance
64 } gmp_rand_lc_struct; typedef81 gmp_rand_lc_struct *p; in lc()84 p = (gmp_rand_lc_struct *) RNG_STATE (rstate); in lc()158 gmp_rand_lc_struct *p; in randget_lc()161 p = (gmp_rand_lc_struct *) RNG_STATE (rstate); in randget_lc()233 gmp_rand_lc_struct *p = (gmp_rand_lc_struct *) RNG_STATE (rstate); in randseed_lc()248 gmp_rand_lc_struct *p = (gmp_rand_lc_struct *) RNG_STATE (rstate); in randclear_lc()252 (*__gmp_free_func) (p, sizeof (gmp_rand_lc_struct)); in randclear_lc()267 gmp_rand_lc_struct *dstp, *srcp; in randiset_lc()269 srcp = (gmp_rand_lc_struct *) RNG_STATE (src); in randiset_lc()[all …]
18388 * randlc2x.c (gmp_rand_lc_struct): Add comments about what exactly is19032 * randlc2x.c (gmp_rand_lc_struct): _mp_c and _mp_c_limbs replaced