_bit_roundup2
#define _bit_roundup2 roundup2
#define _bit_roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */