Searched refs:___constant_swab64 (Results 1 – 3 of 3) sorted by relevance
94 #define ___constant_swab64(x) \ macro153 ___constant_swab64((x)) : \
18 #define __constant_cpu_to_le64(x) ( (__le64)___constant_swab64((x)))19 #define __constant_le64_to_cpu(x) ___constant_swab64( (__u64)(__le64)(x))
24 #define __constant_cpu_to_be64(x) ( (__be64)___constant_swab64((x)))25 #define __constant_be64_to_cpu(x) ___constant_swab64( (__u64)(__be64)(x))