Home
last modified time | relevance | path

Searched refs:__byte_swap_int (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/cpu/x86_64/include/
H A Dendian.h93 #define __byte_swap_int(x) (__builtin_constant_p(x) ? \ macro
98 #define __byte_swap_int(x) __byte_swap_int_var(x) macro
168 return (__byte_swap_int(_x)); in __bswap32()