Home
last modified time | relevance | path

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

/net/bridge/netfilter/
A Debt_limit.c29 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8)) macro
30 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16))
/net/netfilter/
A Dxt_limit.c56 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8)) macro
57 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16))
A Dxt_hashlimit.c469 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8)) macro
470 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16))

Completed in 8 milliseconds