Home
last modified time | relevance | path

Searched refs:__swab32s (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/byteorder/
Dbig_endian.h67 #define __cpu_to_le32s(x) __swab32s((x))
68 #define __le32_to_cpus(x) __swab32s((x))
Dlittle_endian.h75 #define __cpu_to_be32s(x) __swab32s((x))
76 #define __be32_to_cpus(x) __swab32s((x))
Dswab.h195 static __inline__ void __swab32s(__u32 *addr) in __swab32s() function
232 #define swab32s __swab32s