Searched refs:_POW2_BELOW2 (Results 1 – 3 of 3) sorted by relevance
25 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro26 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
59 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro60 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
406 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro407 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))