Searched refs:LONG_BIT (Results 1 – 14 of 14) sorted by relevance
21 #if LONG_BIT >= 12823 #elif LONG_BIT >= 6425 #elif LONG_BIT >= 32
78 #define LONG_BIT 32 macro
83 #define LONG_BIT 32 macro
88 #define LONG_BIT 64 macro
92 #define LONG_BIT __LONG_BIT macro
853 #ifndef LONG_BIT854 #define LONG_BIT (8 * SIZEOF_LONG) macro857 #if LONG_BIT != 8 * SIZEOF_LONG
892 #ifndef LONG_BIT893 #define LONG_BIT (8 * SIZEOF_LONG) macro896 #if LONG_BIT != 8 * SIZEOF_LONG
876 #ifndef LONG_BIT877 #define LONG_BIT (8 * SIZEOF_LONG) macro880 #if LONG_BIT != 8 * SIZEOF_LONG
867 if (b >= LONG_BIT) { in int_lshift()911 if (b >= LONG_BIT) { in int_rshift()
208 #if LONG_BIT >= 128210 #elif LONG_BIT >= 64212 #elif LONG_BIT >= 32
847 if (b >= LONG_BIT) { in int_lshift()891 if (b >= LONG_BIT) { in int_rshift()
195 #if LONG_BIT >= 128197 #elif LONG_BIT >= 64199 #elif LONG_BIT >= 32