Searched refs:__swab32s (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.h67 #define __cpu_to_le32s(x) __swab32s((x))
68 #define __le32_to_cpus(x) __swab32s((x))
H A Dlittle_endian.h75 #define __cpu_to_be32s(x) __swab32s((x))
76 #define __be32_to_cpus(x) __swab32s((x))
H A Dswab.h193 static __inline__ void __swab32s(__u32 *addr) function
230 #define swab32s __swab32s
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dbig_endian.h67 #define __cpu_to_le32s(x) __swab32s((x))
68 #define __le32_to_cpus(x) __swab32s((x))
H A Dlittle_endian.h75 #define __cpu_to_be32s(x) __swab32s((x))
76 #define __be32_to_cpus(x) __swab32s((x))
H A Dswab.h193 static __inline__ void __swab32s(__u32 *addr) function
230 #define swab32s __swab32s

Completed in 94 milliseconds