Home
last modified time | relevance | path

Searched defs:__byte_swap_long (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/cpu/x86_64/include/
H A Dendian.h119 #define __byte_swap_long(x) __byte_swap_long_const(x) macro
124 #define __byte_swap_long(x) (__builtin_constant_p(x) ? \ macro
127 #define __byte_swap_long(x) __byte_swap_long_var(x) macro