Searched refs:__LONG_WIDTH__ (Results 1 – 3 of 3) sorted by relevance
90 #ifndef __LONG_WIDTH__91 #define __LONG_WIDTH__ (sizeof(long) * 8) macro107 result |= random() << (__LONG_WIDTH__ - 31); in rand_reg()
77 #if __LONG_WIDTH__ >= 64
219 #define BITS_PER_ITER (__LONG_WIDTH__ >= 64 ? 32 : 16)