Searched refs:ul (Results 1 – 7 of 7) sorted by relevance
18 if (!(word & (~0ul << 32))) { in generic___fls()23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in generic___fls()27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in generic___fls()31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in generic___fls()35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in generic___fls()39 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in generic___fls()
29 unsigned long ul; member
40 #define REPEAT_BYTE(x) ((~0ul / 0xff) * (x))
121 __careful_cmp(min, (x) + 0u + 0ul + 0ull, (y) + 0u + 0ul + 0ull)129 __careful_cmp(max, (x) + 0u + 0ul + 0ull, (y) + 0u + 0ul + 0ull)
146 static inline u64 dmi_memdev_size(u16 handle) { return ~0ul; } in dmi_memdev_size()
36 #define bytemask_from_count(cnt) (~(~0ul << (cnt)*8))39 #define bytemask_from_count(cnt) (~(~0ul >> (cnt)*8))
728 const unsigned long *ul = (const unsigned long *)a; in ipv6_addr_any() local730 return (ul[0] | ul[1]) == 0UL; in ipv6_addr_any()740 const unsigned long *ul = (const unsigned long *)a; in ipv6_addr_hash() local741 unsigned long x = ul[0] ^ ul[1]; in ipv6_addr_hash()
Completed in 14 milliseconds