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))
58 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro59 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))
382 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro383 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))