Home
last modified time | relevance | path

Searched refs:gmp_rand_mt_struct (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/rand/
H A Drandmt.c203 pmti = &((gmp_rand_mt_struct *) RNG_STATE (rstate))->mti; in __gmp_randget_mt()
204 mt = ((gmp_rand_mt_struct *) RNG_STATE (rstate))->mt; in __gmp_randget_mt()
375 const mp_size_t sz = ((sizeof (gmp_rand_mt_struct) - 1) / GMP_LIMB_BYTES) + 1; in __gmp_randiset_mt()
376 gmp_rand_mt_struct *dstp, *srcp; in __gmp_randiset_mt()
383 dstp = (gmp_rand_mt_struct *) __GMP_ALLOCATE_FUNC_LIMBS (sz); in __gmp_randiset_mt()
388 srcp = (gmp_rand_mt_struct *) RNG_STATE (src); in __gmp_randiset_mt()
398 const mp_size_t sz = ((sizeof (gmp_rand_mt_struct) - 1) / GMP_LIMB_BYTES) + 1; in __gmp_randinit_mt_noseed()
399 gmp_rand_mt_struct *dstp; in __gmp_randinit_mt_noseed()
406 dstp = (gmp_rand_mt_struct *) __GMP_ALLOCATE_FUNC_LIMBS (sz); in __gmp_randinit_mt_noseed()
H A Drandmts.c113 gmp_rand_mt_struct *p; in randseed_mt()
117 p = (gmp_rand_mt_struct *) RNG_STATE (rstate); in randseed_mt()
H A Drandmt.h45 } gmp_rand_mt_struct; typedef