Searched refs:__swab64 (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/byteorder/
H A Dbig_endian.h30 #define __cpu_to_le64(x) ((__force __le64)__swab64((x)))
31 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
H A Dlittle_endian.h36 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
37 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
H A Dswab.h122 # define __swab64(x) \ macro
129 # define __swab64(x) __fswab64(x) macro
183 #define swab64 __swab64
/external/kernel-headers/original/linux/
H A Dswab.h114 * __swab64 - return a byteswapped 64-bit value
117 #define __swab64(x) \ macro
179 return __swab64(*p);
284 # define swab64 __swab64

Completed in 147 milliseconds