Home
last modified time | relevance | path

Searched refs:__swab16p (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/byteorder/
Dpdp_endian.h71 #define __cpu_to_be16p(x) __swab16p((x))
72 #define __be16_to_cpup(x) __swab16p((x))
Dbig_endian.h55 #define __cpu_to_le16p(x) __swab16p((x))
56 #define __le16_to_cpup(x) __swab16p((x))
Dlittle_endian.h63 #define __cpu_to_be16p(x) __swab16p((x))
64 #define __be16_to_cpup(x) __swab16p((x))
Dswab.h165 static __inline__ __u16 __swab16p(__u16 *x) in __swab16p() function
226 #define swab16p __swab16p