Searched refs:_POW2_BELOW2 (Results 1 – 1 of 1) sorted by relevance
46 #define _POW2_BELOW2(x) ((x)|((x)>>1)) macro47 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2))