Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dxt_hashlimit.c469 #define _POW2_BELOW64(x) (_POW2_BELOW32(x)|_POW2_BELOW32((x)>>32)) macro
471 #define POW2_BELOW64(x) ((_POW2_BELOW64(x)>>1) + 1)