Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/netfilter/
Debt_limit.c25 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
26 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
/Linux-v4.19/net/netfilter/
Dxt_limit.c58 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
59 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
Dxt_hashlimit.c475 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro
476 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))