Lines Matching defs:x
21 #define be16toh(x) OSSwapBigToHostInt16((x)) argument
22 #define htobe16(x) OSSwapHostToBigInt16((x)) argument
23 #define be32toh(x) OSSwapBigToHostInt32((x)) argument
24 #define htobe32(x) OSSwapHostToBigInt32((x)) argument
25 #define htole32(x) OSSwapHostToLittleInt32((x)) argument
26 #define htole64(x) OSSwapHostToLittleInt64((x)) argument
35 #define be16toh(x) ntohs((x)) argument
36 #define htobe16(x) htons((x)) argument
37 #define be32toh(x) ntohl((x)) argument
38 #define htobe32(x) htonl((x)) argument
114 #define IOCTL_REQ(x) (x) argument
116 #define IOCTL_REQ(x) ((int)(x)) argument