Home
last modified time | relevance | path

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

/net/bridge/netfilter/
Debt_limit.c28 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) macro
29 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)
/net/netfilter/
Dxt_limit.c55 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) macro
56 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)
Dxt_hashlimit.c437 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) macro
438 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)