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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/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))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_limit.c51 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
52 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
H A Dxt_hashlimit.c338 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
339 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))

Completed in 50 milliseconds