Searched refs:LONG_WIDTH (Results 1 – 4 of 4) sorted by relevance
65 #ifndef LONG_WIDTH67 #define LONG_WIDTH __LONG_WIDTH__ macro69 #define LONG_WIDTH __WORDSIZE macro73 #define LONG_WIDTH (__SIZEOF_LONG__ * CHAR_BIT) macro78 #define ULONG_WIDTH LONG_WIDTH156 #define LONG_MAX (0L ^ (1L << (LONG_WIDTH - 1)))
46 return (mask == 0 ? 0 : LONG_WIDTH - __builtin_clzl(mask)); in flsl()
84 #define LONG_WIDTH __LONG_BIT /* number of bits in a long */ macro
84 #define LONG_WIDTH __LONG_WIDTH__ macro