Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bc/include/
HDrand.h162 #define BC_RAND_TRUNC(s) ((uint64_t) (s)) macro
251 #define BC_RAND_TRUNC(s) ((s).lo) macro
295 #define BC_RAND_FOLD(s) ((BcRand) (BC_RAND_CHOP(s) ^ BC_RAND_TRUNC(s)))
374 #define BC_RAND_TRUNC(s) ((uint32_t) (s)) macro
/freebsd-14-stable/contrib/bc/src/
HDrand.c596 *s1 = BC_RAND_TRUNC(rng->state); in bc_rand_getRands()
600 *i1 = BC_RAND_TRUNC(inc); in bc_rand_getRands()