Lines Matching defs:x
15 #define ___swahw32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x0000ffffUL) <<… argument
16 #define ___swahb32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x00ff00ffUL) <<… argument
18 #define ___constant_swahw32(x) ((__u32)( (((__u32)(x) & (__u32)0x0000ffffUL) << 16) | (((__u3… argument
19 #define ___constant_swahb32(x) ((__u32)( (((__u32)(x) & (__u32)0x00ff00ffUL) << 8) | (((__u32… argument
22 #define __arch__swahw32(x) ___swahw32(x) argument
25 #define __arch__swahb32(x) ___swahb32(x) argument
29 #define __arch__swahw32p(x) __swahw32(*(x)) argument
32 #define __arch__swahb32p(x) __swahb32(*(x)) argument
36 #define __arch__swahw32s(x) do { *(x) = __swahw32p((x)); } while (0) argument
39 #define __arch__swahb32s(x) do { *(x) = __swahb32p((x)); } while (0) argument
43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x))) argument
44 #define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x))) argument
46 #define __swahw32(x) __fswahw32(x) argument
47 #define __swahb32(x) __fswahb32(x) argument