Searched refs:_POW2_BELOW64 (Results 1 – 1 of 1) sorted by relevance
469 #define _POW2_BELOW64(x) (_POW2_BELOW32(x)|_POW2_BELOW32((x)>>32)) macro471 #define POW2_BELOW64(x) ((_POW2_BELOW64(x)>>1) + 1)