Searched refs:___constant_swab32 (Results 1 – 2 of 2) sorted by relevance
402 #define ___constant_swab32(x) \ macro749 #define __constant_htonl(x) ___constant_swab32((x))750 #define __constant_ntohl(x) ___constant_swab32((x))763 #define __constant_cpu_to_be32(x) ___constant_swab32((x))764 #define __constant_be32_to_cpu(x) ___constant_swab32((x))
59 #define ___constant_swab32(x) \ macro