Searched refs:__arch_swab64 (Results 1 – 7 of 7) sorted by relevance
14 static __inline__ __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() function21 #define __arch_swab64 __arch_swab64 macro25 return __arch_swab64(x) >> 32; in __arch_swab32()31 return __arch_swab64(x) >> 48; in __arch_swab16()
55 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() function68 #define __arch_swab64 __arch_swab64 macro
15 static inline __attribute_const__ __u64 __arch_swab64(__u64 val) in __arch_swab64() function35 #define __arch_swab64 __arch_swab64 macro
54 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() function65 #define __arch_swab64 __arch_swab64 macro
37 static inline __u64 __arch_swab64(__u64 val) in __arch_swab64() function48 #define __arch_swab64 __arch_swab64 macro
68 #if defined (__arch_swab64) in __fswab64()69 return __arch_swab64(val); in __fswab64()
51 #define __arch_swab64 __c6x_swab64 macro