Searched refs:_POW2_BELOW2 (Results 1 – 3 of 3) sorted by relevance
26 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro27 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
53 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro54 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
464 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro465 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))