Searched defs:BSWAP_8 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbyteorder.h107 #define BSWAP_8(x) ((x) & 0xff) macro
109 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))
149 #define LE_8(x) BSWAP_8(x)
158 #define BE_8(x) BSWAP_8(x)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h99 #define BSWAP_8(x) ((x) & 0xff) macro
100 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h112 #define BSWAP_8(x) ((x) & 0xff) macro
113 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))

Completed in 52 milliseconds