Searched refs:___constant_swab16 (Results 1 – 3 of 3) sorted by relevance
20 #define __constant_htons(x) (( __be16) ___constant_swab16((x)))21 #define __constant_ntohs(x) ___constant_swab16(( __be16) (x))32 #define __constant_cpu_to_be16(x) (( __be16) ___constant_swab16((x)))33 #define __constant_be16_to_cpu(x) ___constant_swab16(( __u16) (__be16) (x))
26 #define __constant_cpu_to_le16(x) (( __le16) ___constant_swab16((x)))27 #define __constant_le16_to_cpu(x) ___constant_swab16(( __u16) (__le16) (x))
13 #define ___constant_swab16(x) ((__u16) ((((__u16) (x) & (__u16) 0x00ffU) << 8) | (((__u16) (x) & (_… macro