Searched refs:__swab64s (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dbig_endian.h65 #define __cpu_to_le64s(x) __swab64s((x))
66 #define __le64_to_cpus(x) __swab64s((x))
H A Dlittle_endian.h73 #define __cpu_to_be64s(x) __swab64s((x))
74 #define __be64_to_cpus(x) __swab64s((x))
H A Dswab.h213 static __inline__ void __swab64s(__u64 *addr) function
231 #define swab64s __swab64s
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dbig_endian.h65 #define __cpu_to_le64s(x) __swab64s((x))
66 #define __le64_to_cpus(x) __swab64s((x))
H A Dlittle_endian.h73 #define __cpu_to_be64s(x) __swab64s((x))
74 #define __be64_to_cpus(x) __swab64s((x))
H A Dswab.h213 static __inline__ void __swab64s(__u64 *addr) function
231 #define swab64s __swab64s

Completed in 23 milliseconds