hi
#define hi(x) __hi(__u32(x), 16)
#define hi(val) ((uint32_t)(((val) >> 32) & (uint32_t)-1))
hi(int dummy)