Searched refs:BITOP_BE32_SWIZZLE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_fib.c132 # define BITOP_BE32_SWIZZLE (0x1F & ~7) macro
134 # define BITOP_BE32_SWIZZLE 0 macro
142 * 1 << ((~fn_bit ^ BITOP_BE32_SWIZZLE) & 0x1f)
147 return (__force __be32)(1 << ((~fn_bit ^ BITOP_BE32_SWIZZLE) & 0x1f)) &

Completed in 106 milliseconds