Home
last modified time | relevance | path

Searched refs:__swab64 (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/
H A Dswab.h151 # define __swab64(x) \ macro
158 # define __swab64(x) __fswab64(x) macro
H A Dbig_endian.h30 #define __cpu_to_le64(x) ( (__le64)__swab64((x)))
31 #define __le64_to_cpu(x) __swab64( (__u64)(__le64)(x))
H A Dlittle_endian.h36 #define __cpu_to_be64(x) ( (__be64)__swab64((x)))
37 #define __be64_to_cpu(x) __swab64( (__u64)(__be64)(x))