Searched refs:__arch_swab64 (Results 1 – 3 of 3) sorted by relevance
53 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() function66 #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
72 #elif defined (__arch_swab64) in __fswab64()73 return __arch_swab64(val); in __fswab64()