Searched refs:___swab32 (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/mtd/
H A Dcompatmac.h144 #define __constant_cpu_to_le32(x) ___swab32((x))
145 #define __constant_le32_to_cpu(x) ___swab32((x))
164 #define __constant_cpu_to_be32(x) ___swab32((x))
165 #define __constant_be32_to_cpu(x) ___swab32((x))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/mtd/
H A Dcompatmac.h144 #define __constant_cpu_to_le32(x) ___swab32((x))
145 #define __constant_le32_to_cpu(x) ___swab32((x))
164 #define __constant_cpu_to_be32(x) ___swab32((x))
165 #define __constant_be32_to_cpu(x) ___swab32((x))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dswab.h38 #define ___swab32(x) \ macro
98 # define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
145 ___swab32((x)) : \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dswab.h38 #define ___swab32(x) \ macro
98 # define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
145 ___swab32((x)) : \

Completed in 37 milliseconds