Searched defs:BITS_PER_LONG (Results 1 – 4 of 4) sorted by relevance
15 #define BITS_PER_LONG 64 macro17 #define BITS_PER_LONG 32 macro
294 #define BITS_PER_LONG (sizeof(unsigned long) * 8) macro
226 #define BITS_PER_LONG 32 macro
34 #define BITS_PER_LONG (__CHAR_BIT__ * __SIZEOF_LONG__) macro
Completed in 16 milliseconds