Searched refs:ISAAC_BITS (Results 1 – 3 of 3) sorted by relevance
39 #define ISAAC_BITS (1 << ISAAC_BITS_LOG) macro41 #if ISAAC_BITS == 32
54 #define IF32(a, b) (ISAAC_BITS == 32 ? (a) : (b))62 isaac_word desired_bits = ((isaac_word) 1 << 1 << (ISAAC_BITS - 1)) - 1; in just()70 if (sizeof *m * CHAR_BIT == ISAAC_BITS) in ind()84 return m[(x / (ISAAC_BITS / CHAR_BIT)) & (ISAAC_WORDS - 1)]; in ind()144 #if ISAAC_BITS == 32
38 #if ISAAC_BITS == 32