Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/netfilter/
Debt_limit.c29 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) macro
30 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)
/Linux-v4.19/net/netfilter/
Dxt_limit.c62 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) macro
63 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)
Dxt_hashlimit.c479 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) macro
480 #define _POW2_BELOW64(x) (_POW2_BELOW32(x)|_POW2_BELOW32((x)>>32))
481 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)