Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/net/netfilter/
Dxt_limit.c63 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) macro
64 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)
Dxt_hashlimit.c410 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) macro
411 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)