Searched refs:LONG_BIT (Results 1 – 16 of 16) sorted by relevance
92 cl_t i = cl / LONG_BIT; in bitmap_clear()93 unsigned long clearmask = ~(1UL << (cl % LONG_BIT)); in bitmap_clear()103 cl_t i = cl / LONG_BIT; in bitmap_get()104 unsigned long usedbit = 1UL << (cl % LONG_BIT); in bitmap_get()112 cl_t i = cl / LONG_BIT; in bitmap_none_in_range()126 size_t bitmap_size = roundup2(bits, LONG_BIT) / (LONG_BIT / 8); in bitmap_ctor()1271 if (head % LONG_BIT == 0 && in checklost()1273 head += LONG_BIT; in checklost()
59 #define LONG_BIT 32 macro61 #define LONG_BIT 64 macro
61 #define LONG_BIT 32 macro63 #define LONG_BIT 64 macro
94 #define LONG_BIT 64 macro96 #define LONG_BIT 32 macro
736 #ifndef LONG_BIT737 #define LONG_BIT (8 * SIZEOF_LONG) macro740 #if LONG_BIT != 8 * SIZEOF_LONG
26 #if LONG_BIT >= 12828 #elif LONG_BIT >= 6430 #elif LONG_BIT >= 32
23 long_bit=$(getconf LONG_BIT)
74 C(LONG_BIT) in f()
65 #define LONG_BIT 32 macro
255 rounding.h:102:2: error: #error "Unsupported or undefined LONG_BIT"
863 #if LONG_BIT >= 128865 #elif LONG_BIT >= 64867 #elif LONG_BIT >= 32
25879 - If the platform has a bogus definition for LONG_BIT (the number of