Lines Matching +defs:val +defs:x
14 #define ___constant_swab16(x) ((__u16)( \ argument
18 #define ___constant_swab32(x) ((__u32)( \ argument
24 #define ___constant_swab64(x) ((__u64)( \ argument
34 #define ___constant_swahw32(x) ((__u32)( \ argument
38 #define ___constant_swahb32(x) ((__u32)( \ argument
48 static inline __attribute_const__ __u16 __fswab16(__u16 val) in __fswab16()
57 static inline __attribute_const__ __u32 __fswab32(__u32 val) in __fswab32()
66 static inline __attribute_const__ __u64 __fswab64(__u64 val) in __fswab64()
79 static inline __attribute_const__ __u32 __fswahw32(__u32 val) in __fswahw32()
88 static inline __attribute_const__ __u32 __fswahb32(__u32 val) in __fswahb32()
102 #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x)) argument
104 #define __swab16(x) \ argument
115 #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) argument
117 #define __swab32(x) \ argument
128 #define __swab64(x) (__u64)__builtin_bswap64((__u64)(x)) argument
130 #define __swab64(x) \ argument
151 #define __swahw32(x) \ argument
162 #define __swahb32(x) \ argument