Lines Matching defs:x
28 #define ___swahw32(x) \ argument
35 #define ___swahb32(x) \ argument
43 #define ___constant_swahw32(x) \ argument
47 #define ___constant_swahb32(x) \ argument
56 # define __arch__swahw32(x) ___swahw32(x) argument
59 # define __arch__swahb32(x) ___swahb32(x) argument
63 # define __arch__swahw32p(x) __swahw32(*(x)) argument
66 # define __arch__swahb32p(x) __swahb32(*(x)) argument
70 # define __arch__swahw32s(x) do { *(x) = __swahw32p((x)); } while (0) argument
73 # define __arch__swahb32s(x) do { *(x) = __swahb32p((x)); } while (0) argument
81 # define __swahw32(x) \ argument
85 # define __swahb32(x) \ argument
90 # define __swahw32(x) __fswahw32(x) argument
91 # define __swahb32(x) __fswahb32(x) argument
95 static __inline__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32()
99 static __inline__ __u32 __swahw32p(__u32 *x) in __swahw32p()
109 static __inline__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
113 static __inline__ __u32 __swahb32p(__u32 *x) in __swahb32p()