Home
last modified time | relevance | path

Searched refs:__swab64p (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.h45 return (__le64)__swab64p(p); in __cpu_to_le64p()
49 return __swab64p((__u64 *)p); in __le64_to_cpup()
H A Dlittle_endian.h69 return (__be64)__swab64p(p); in __cpu_to_be64p()
73 return __swab64p((__u64 *)p); in __be64_to_cpup()
H A Dswab.h199 static __inline__ __u64 __swab64p(const __u64 *x) in __swab64p() function