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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/mtd/
H A Dcompatmac.h142 #define __constant_cpu_to_le64(x) ___swab64((x))
143 #define __constant_le64_to_cpu(x) ___swab64((x))
162 #define __constant_cpu_to_be64(x) ___swab64((x))
163 #define __constant_be64_to_cpu(x) ___swab64((x))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/mtd/
H A Dcompatmac.h142 #define __constant_cpu_to_le64(x) ___swab64((x))
143 #define __constant_le64_to_cpu(x) ___swab64((x))
162 #define __constant_cpu_to_be64(x) ___swab64((x))
163 #define __constant_be64_to_cpu(x) ___swab64((x))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dswab.h48 #define ___swab64(x) \ macro
101 # define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
149 ___swab64((x)) : \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dswab.h48 #define ___swab64(x) \ macro
101 # define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
149 ___swab64((x)) : \

Completed in 107 milliseconds