Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gmp/
H A Drandmt.c274 gmp_uint_least32_t bitpool_h = 0; in __gmp_randget_mt() local
299 bitpool_h = y; in __gmp_randget_mt()
300 bitpool_l |= (bitpool_h << bits_in_pool) & 0xFFFFFFFF; in __gmp_randget_mt()
302 bitpool_h = 0; in __gmp_randget_mt()
304 bitpool_h >>= 32 - bits_in_pool; in __gmp_randget_mt()
310 bitpool_l = bitpool_h; in __gmp_randget_mt()
322 bitpool_h = y; in __gmp_randget_mt()
323 bitpool_l |= (bitpool_h << bits_in_pool) & 0xFFFFFFFF; in __gmp_randget_mt()
325 bitpool_h = 0; in __gmp_randget_mt()
327 bitpool_h >>= 32 - bits_in_pool; in __gmp_randget_mt()
[all …]