Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/
H A Dbig_endian.h53 return (__le32)__swab32p(p); in __cpu_to_le32p()
57 return __swab32p((__u32 *)p); in __le32_to_cpup()
H A Dlittle_endian.h77 return (__be32)__swab32p(p); in __cpu_to_be32p()
81 return __swab32p((__u32 *)p); in __be32_to_cpup()
H A Dswab.h179 static __inline__ __u32 __swab32p(const __u32 *x) in __swab32p() function