Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/x86/include/
H A Dendian.h79 #define __bswap64(x) \ macro
86 #define __bswap64(x) __bswap64_var(x) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h61 #define bswap64(x) __bswap64(x)