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

/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))
/net/netfilter/
H A Dxt_limit.c59 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
60 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
H A Dxt_hashlimit.c406 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
407 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))

Completed in 87 milliseconds