Searched defs:BITS_PER_LONG (Results 1 – 3 of 3) sorted by relevance
22 #define BITS_PER_LONG (__CHAR_BIT__ * __SIZEOF_LONG__) macro
41 #define BITS_PER_LONG (sizeof(long) * BITS_PER_BYTE) macro
220 #define BITS_PER_LONG 32 macro
Completed in 9 milliseconds