Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cdrw/
H A Dbyteorder.h44 #define swap16(x) \ macro
53 #define CPU_TO_LE16(x) swap16(x)
60 #define CPU_TO_BE16(x) swap16(x)
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dbyteswap.h16 #define swap16(x) __bswap_16(x) macro
/titanic_44/usr/src/uts/common/os/
H A Dsunddi.c7429 #define swap16(value) \ macro
7433 (((uint32_t)swap16((uint16_t)((value) & 0xffff)) << 16) | \
7434 (uint32_t)swap16((uint16_t)((value) >> 16)))
7444 return (swap16(value)); in ddi_swap16()
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog4950 [GRUB] (swap16): Likewise.