Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 7 of 7) sorted by relevance

/include/asm-generic/bitops/
A D__fls.h18 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()
/include/asm-generic/
A Dmsi.h29 unsigned long ul; member
/include/linux/
A Dwordpart.h40 #define REPEAT_BYTE(x) ((~0ul / 0xff) * (x))
A Dminmax.h121 __careful_cmp(min, (x) + 0u + 0ul + 0ull, (y) + 0u + 0ul + 0ull)
129 __careful_cmp(max, (x) + 0u + 0ul + 0ull, (y) + 0u + 0ul + 0ull)
A Ddmi.h146 static inline u64 dmi_memdev_size(u16 handle) { return ~0ul; } in dmi_memdev_size()
A Ddcache.h36 #define bytemask_from_count(cnt) (~(~0ul << (cnt)*8))
39 #define bytemask_from_count(cnt) (~(~0ul >> (cnt)*8))
/include/net/
A Dipv6.h728 const unsigned long *ul = (const unsigned long *)a; in ipv6_addr_any() local
730 return (ul[0] | ul[1]) == 0UL; in ipv6_addr_any()
740 const unsigned long *ul = (const unsigned long *)a; in ipv6_addr_hash() local
741 unsigned long x = ul[0] ^ ul[1]; in ipv6_addr_hash()

Completed in 14 milliseconds