Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/byteorder/
Dpdp_endian.h35 #define __constant_htons(x) ___constant_swab16((x))
36 #define __constant_ntohs(x) ___constant_swab16((x))
47 #define __constant_cpu_to_be16(x) ___constant_swab16((x))
48 #define __constant_be16_to_cpu(x) ___constant_swab16((x))
Dlittle_endian.h15 #define __constant_htons(x) ___constant_swab16((x))
16 #define __constant_ntohs(x) ___constant_swab16((x))
31 #define __constant_cpu_to_be16(x) ___constant_swab16((x))
32 #define __constant_be16_to_cpu(x) ___constant_swab16((x))
Dbig_endian.h23 #define __constant_cpu_to_le16(x) ___constant_swab16((x))
24 #define __constant_le16_to_cpu(x) ___constant_swab16((x))
Dswab.h64 #define ___constant_swab16(x) \ macro