Searched refs:___constant_swab16 (Results 1 – 4 of 4) sorted by relevance
35 #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))
15 #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))
23 #define __constant_cpu_to_le16(x) ___constant_swab16((x))24 #define __constant_le16_to_cpu(x) ___constant_swab16((x))
64 #define ___constant_swab16(x) \ macro