Home
last modified time | relevance | path

Searched refs:___constant_swab32 (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/byteorder/
Dlittle_endian.h13 #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))
Dbig_endian.h19 #define __constant_cpu_to_le32(x) ___constant_swab32((x))
20 #define __constant_le32_to_cpu(x) ___constant_swab32((x))
Dswab.h73 #define ___constant_swab32(x) \ macro