__byte_swap_int
#define __byte_swap_int(x) (__builtin_constant_p(x) ? \
#define __byte_swap_int(x) __byte_swap_int_var(x)