Searched refs:LONG_BIT (Results 1 – 14 of 14) sorted by relevance
352 LONG_BIT = 32 variable353 LONG_BIT = 64 variable354 LONG_BIT = 32 variable355 LONG_BIT = 64 variable356 LONG_BIT = 64 variable357 LONG_BIT = 32 variable
21 #if LONG_BIT >= 12823 #elif LONG_BIT >= 6425 #elif LONG_BIT >= 32
20 #if LONG_BIT >= 12822 #elif LONG_BIT >= 6424 #elif LONG_BIT >= 32
52 #define NLONGS(n) (((n) + LONG_BIT - 1) / LONG_BIT)57 return array[bit / LONG_BIT] & (1LL << (bit % LONG_BIT)); in evdev_bit_is_set()
689 #ifndef LONG_BIT690 #define LONG_BIT (8 * SIZEOF_LONG) macro693 #if LONG_BIT != 8 * SIZEOF_LONG
885 #ifndef LONG_BIT886 #define LONG_BIT (8 * SIZEOF_LONG) macro889 #if LONG_BIT != 8 * SIZEOF_LONG
75 #define LONG_BIT 32 macro
65 #define LONG_BIT 32 macro
863 if (b >= LONG_BIT) { in int_lshift()907 if (b >= LONG_BIT) { in int_rshift()
208 #if LONG_BIT >= 128210 #elif LONG_BIT >= 64212 #elif LONG_BIT >= 32
753 #if LONG_BIT >= 128755 #elif LONG_BIT >= 64757 #elif LONG_BIT >= 32
8500 - If the platform has a bogus definition for LONG_BIT (the number of
25879 - If the platform has a bogus definition for LONG_BIT (the number of