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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_limit.c25 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
26 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/bridge/netfilter/
H A Debt_limit.c25 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
26 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/
H A Dxt_limit.c58 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
59 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
H A Dxt_hashlimit.c383 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
384 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netfilter/
H A Dxt_limit.c58 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
59 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
H A Dxt_hashlimit.c383 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
384 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))

Completed in 112 milliseconds