Searched refs:__swab64 (Results 1 – 4 of 4) sorted by relevance
149 # define __swab64(x) \ macro157 # define __swab64(x) __fswab64(x) macro225 #define swab64 __swab64
33 #define __cpu_to_le64(x) __swab64((x))34 #define __le64_to_cpu(x) __swab64((x))
41 #define __cpu_to_be64(x) __swab64((x))42 #define __be64_to_cpu(x) __swab64((x))
66 #define INT_SWAP64(type,var) ((typeof(type))(__swab64((__u64)(var))))