Searched refs:BITS_PER_LONG (Results 1 – 3 of 3) sorted by relevance
37 #ifndef BITS_PER_LONG38 #define BITS_PER_LONG 32 macro40 #define SET_BIT(nr) (1UL << ((nr) % BITS_PER_LONG))
46 #define BITS_PER_LONG 64 macro47 #define BIT_MASK(nr) (1UL << ((nr) % BITS_PER_LONG))48 #define BIT_WORD(nr) ((nr) / BITS_PER_LONG)
274 if (BITS_PER_LONG == FOUR_BYTES_BIT) { in SetAbility()