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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/mtd/
H A Dcompatmac.h146 #define __constant_cpu_to_le16(x) ___swab16((x))
147 #define __constant_le16_to_cpu(x) ___swab16((x))
166 #define __constant_cpu_to_be16(x) ___swab16((x))
167 #define __constant_be16_to_cpu(x) ___swab16((x))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/mtd/
H A Dcompatmac.h146 #define __constant_cpu_to_le16(x) ___swab16((x))
147 #define __constant_le16_to_cpu(x) ___swab16((x))
166 #define __constant_cpu_to_be16(x) ___swab16((x))
167 #define __constant_be16_to_cpu(x) ___swab16((x))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dswab.h21 #define ___swab16(x) \ macro
92 # define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); })
137 ___swab16((x)) : \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dswab.h21 #define ___swab16(x) \ macro
92 # define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); })
137 ___swab16((x)) : \

Completed in 96 milliseconds