Lines Matching refs:x
33 #define __constant_htonl(x) ___constant_swahb32((x)) argument
34 #define __constant_ntohl(x) ___constant_swahb32((x)) argument
35 #define __constant_htons(x) ___constant_swab16((x)) argument
36 #define __constant_ntohs(x) ___constant_swab16((x)) argument
37 #define __constant_cpu_to_le64(x) I DON'T KNOW argument
39 #define __constant_cpu_to_le32(x) ___constant_swahw32((x)) argument
40 #define __constant_le32_to_cpu(x) ___constant_swahw32((x)) argument
41 #define __constant_cpu_to_le16(x) ((__u16)(x) argument
42 #define __constant_le16_to_cpu(x) ((__u16)(x) argument
43 #define __constant_cpu_to_be64(x) I DON'T KNOW argument
45 #define __constant_cpu_to_be32(x) ___constant_swahb32((x)) argument
46 #define __constant_be32_to_cpu(x) ___constant_swahb32((x)) argument
47 #define __constant_cpu_to_be16(x) ___constant_swab16((x)) argument
48 #define __constant_be16_to_cpu(x) ___constant_swab16((x)) argument
49 #define __cpu_to_le64(x) I DON'T KNOW argument
51 #define __cpu_to_le32(x) ___swahw32((x)) argument
52 #define __le32_to_cpu(x) ___swahw32((x)) argument
53 #define __cpu_to_le16(x) ((__u16)(x) argument
54 #define __le16_to_cpu(x) ((__u16)(x) argument
55 #define __cpu_to_be64(x) I DON'T KNOW argument
57 #define __cpu_to_be32(x) __swahb32((x)) argument
58 #define __be32_to_cpu(x) __swahb32((x)) argument
59 #define __cpu_to_be16(x) __swab16((x)) argument
60 #define __be16_to_cpu(x) __swab16((x)) argument
61 #define __cpu_to_le64p(x) I DON'T KNOW argument
63 #define __cpu_to_le32p(x) ___swahw32p((x)) argument
64 #define __le32_to_cpup(x) ___swahw32p((x)) argument
65 #define __cpu_to_le16p(x) (*(__u16*)(x)) argument
66 #define __le16_to_cpup(x) (*(__u16*)(x)) argument
67 #define __cpu_to_be64p(x) I DON'T KNOW argument
69 #define __cpu_to_be32p(x) __swahb32p((x)) argument
70 #define __be32_to_cpup(x) __swahb32p((x)) argument
71 #define __cpu_to_be16p(x) __swab16p((x)) argument
72 #define __be16_to_cpup(x) __swab16p((x)) argument
73 #define __cpu_to_le64s(x) I DON'T KNOW argument
75 #define __cpu_to_le32s(x) ___swahw32s((x)) argument
76 #define __le32_to_cpus(x) ___swahw32s((x)) argument
77 #define __cpu_to_le16s(x) do {} while (0) argument
78 #define __le16_to_cpus(x) do {} while (0) argument
79 #define __cpu_to_be64s(x) I DON'T KNOW argument
81 #define __cpu_to_be32s(x) __swahb32s((x)) argument
82 #define __be32_to_cpus(x) __swahb32s((x)) argument
83 #define __cpu_to_be16s(x) __swab16s((x)) argument
84 #define __be16_to_cpus(x) __swab16s((x)) argument