Searched refs:__swab64 (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.h33 #define __cpu_to_le64(x) __swab64((x))
34 #define __le64_to_cpu(x) __swab64((x))
H A Dlittle_endian.h41 #define __cpu_to_be64(x) __swab64((x))
42 #define __be64_to_cpu(x) __swab64((x))
H A Dswab.h147 # define __swab64(x) \ macro
155 # define __swab64(x) __fswab64(x) macro
223 #define swab64 __swab64
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dbig_endian.h33 #define __cpu_to_le64(x) __swab64((x))
34 #define __le64_to_cpu(x) __swab64((x))
H A Dlittle_endian.h41 #define __cpu_to_be64(x) __swab64((x))
42 #define __be64_to_cpu(x) __swab64((x))
H A Dswab.h147 # define __swab64(x) \ macro
155 # define __swab64(x) __fswab64(x) macro
223 #define swab64 __swab64

Completed in 46 milliseconds