Lines Matching refs:BITS_PER_LONG
10 unsigned int k, w = 0, lim = bits/BITS_PER_LONG;
15 if (bits % BITS_PER_LONG)
64 unsigned int lim = bits/BITS_PER_LONG;
69 if (bits % BITS_PER_LONG)
78 unsigned int k, lim = bits/BITS_PER_LONG;
83 if (bits % BITS_PER_LONG)
93 unsigned int k, lim = bits/BITS_PER_LONG;
98 if (bits % BITS_PER_LONG)
108 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG);
114 bits_to_set = BITS_PER_LONG;
128 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG);
134 bits_to_clear = BITS_PER_LONG;