Home
last modified time | relevance | path

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

/linux-3.4.99/net/bridge/netfilter/
Debt_limit.c28 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8)) macro
29 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16))
/linux-3.4.99/net/netfilter/
Dxt_limit.c61 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8)) macro
62 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16))
Dxt_hashlimit.c385 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8)) macro
386 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16))