Searched refs:UPPER_MASK (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dprng.c53 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
91 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
95 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
98 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK);

Completed in 105 milliseconds