Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dlittle_bswap.h6 #define ntohs(x) __bswap_16(x)
7 #define htons(x) __bswap_16(x)
11 #define cpu_to_be16(x) __bswap_16(x)
15 #define be16_to_cpu(x) __bswap_16(x)
H A Dbyteswap.h16 #define swap16(x) __bswap_16(x)
18 #define bswap_16(x) __bswap_16(x)
H A Dbig_bswap.h9 #define cpu_to_le16(x) __bswap_16(x)
13 #define le16_to_cpu(x) __bswap_16(x)
H A Di386_byteswap.h34 #define __bswap_16(x) \ macro