Home
last modified time | relevance | path

Searched refs:__swab32 (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.h147 # define __swab32(x) \ macro
157 # define __swab32(x) __fswab32(x) macro
194 return (((__u64)__swab32(l)) << 32) | ((__u64)(__swab32(h))); in __fswab64()
H A Dbig_endian.h32 #define __cpu_to_le32(x) ( (__le32)__swab32((x)))
33 #define __le32_to_cpu(x) __swab32( (__u32)(__le32)(x))
H A Dlittle_endian.h38 #define __cpu_to_be32(x) ( (__be32)__swab32((x)))
39 #define __be32_to_cpu(x) __swab32( (__u32)(__be32)(x))