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

/linux-master/net/bridge/netfilter/
H A Debt_limit.c26 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
27 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
/linux-master/net/netfilter/
H A Dxt_limit.c53 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
54 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
H A Dxt_hashlimit.c464 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
465 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))

Completed in 114 milliseconds