Searched refs:BC_RAND_ROTAMT (Results 1 – 2 of 2) sorted by relevance
176 #define BC_RAND_ROTAMT(s) ((unsigned int) ((s) >> 122UL)) macro265 #define BC_RAND_ROTAMT(s) ((unsigned int) ((s).hi >> 58UL)) macro388 #define BC_RAND_ROTAMT(s) ((unsigned int) ((s) >> 59UL)) macro
360 return BC_RAND_ROT(BC_RAND_FOLD(r->state), BC_RAND_ROTAMT(r->state)); in bc_rand_output()