Lines Matching refs:BITS_PER_LONG
92 int bit = nr % BITS_PER_LONG;
120 int bit = nr % BITS_PER_LONG;
161 int bit = nr % BITS_PER_LONG;
183 int bit = nr % BITS_PER_LONG;
227 int bit = nr % BITS_PER_LONG;
264 int bit = nr % BITS_PER_LONG;
334 if (BITS_PER_LONG == 32 && !__builtin_constant_p(word) &&
347 if (BITS_PER_LONG == 64 && !__builtin_constant_p(word) &&
360 num = BITS_PER_LONG - 1;
362 #if BITS_PER_LONG == 64
368 if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
372 if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
376 if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
380 if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
384 if (!(word & (~0ul << (BITS_PER_LONG-1))))