Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/byteorder/
Dbig_endian.h65 #define __cpu_to_le64s(x) __swab64s((x))
66 #define __le64_to_cpus(x) __swab64s((x))
Dlittle_endian.h73 #define __cpu_to_be64s(x) __swab64s((x))
74 #define __be64_to_cpus(x) __swab64s((x))
Dswab.h215 static __inline__ void __swab64s(__u64 *addr) in __swab64s() function
233 #define swab64s __swab64s