Searched refs:___constant_swab32 (Results 1 – 3 of 3) sorted by relevance
13 #define __constant_htonl(x) ___constant_swab32((x))14 #define __constant_ntohl(x) ___constant_swab32((x))27 #define __constant_cpu_to_be32(x) ___constant_swab32((x))28 #define __constant_be32_to_cpu(x) ___constant_swab32((x))
19 #define __constant_cpu_to_le32(x) ___constant_swab32((x))20 #define __constant_le32_to_cpu(x) ___constant_swab32((x))
73 #define ___constant_swab32(x) \ macro