__byte_swap_word
#define __byte_swap_word(x) (__builtin_constant_p(x) ? \
#define __byte_swap_word(x) __byte_swap_word_var(x)