Searched refs:__arch_swab64 (Results 1 – 3 of 3) sorted by relevance
54 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() function67 #define __arch_swab64 __arch_swab64 macro
14 static inline __attribute_const__ __u64 __arch_swab64(__u64 val) in __arch_swab64() function34 #define __arch_swab64 __arch_swab64 macro
66 #if defined (__arch_swab64) in __fswab64()67 return __arch_swab64(val); in __fswab64()