Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/byteorder/
Dpdp_endian.h83 #define __cpu_to_be16s(x) __swab16s((x))
84 #define __be16_to_cpus(x) __swab16s((x))
Dbig_endian.h71 #define __cpu_to_le16s(x) __swab16s((x))
72 #define __le16_to_cpus(x) __swab16s((x))
Dlittle_endian.h79 #define __cpu_to_be16s(x) __swab16s((x))
80 #define __be16_to_cpus(x) __swab16s((x))
Dswab.h169 static __inline__ void __swab16s(__u16 *addr) in __swab16s() function
230 #define swab16s __swab16s