Searched defs:__byte_swap_long (Results 1 – 1 of 1) sorted by relevance
119 #define __byte_swap_long(x) __byte_swap_long_const(x) macro124 #define __byte_swap_long(x) (__builtin_constant_p(x) ? \ macro127 #define __byte_swap_long(x) __byte_swap_long_var(x) macro