Searched refs:___constant_swab32 (Results 1 – 3 of 3) sorted by relevance
18 #define __constant_htonl(x) (( __be32) ___constant_swab32((x)))19 #define __constant_ntohl(x) ___constant_swab32(( __be32) (x))30 #define __constant_cpu_to_be32(x) (( __be32) ___constant_swab32((x)))31 #define __constant_be32_to_cpu(x) ___constant_swab32(( __u32) (__be32) (x))
24 #define __constant_cpu_to_le32(x) (( __le32) ___constant_swab32((x)))25 #define __constant_le32_to_cpu(x) ___constant_swab32(( __u32) (__le32) (x))
14 #define ___constant_swab32(x) ((__u32) ((((__u32) (x) & (__u32) 0x000000ffUL) << 24) | (((__u32) (x… macro