Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/byteorder/
Dbig_endian.h53 #define __cpu_to_le24p(x) __swab24p((x))
54 #define __le24_to_cpup(x) __swab24p((x))
Dlittle_endian.h61 #define __cpu_to_be24p(x) __swab24p((x))
62 #define __be24_to_cpup(x) __swab24p((x))
Dswab.h178 static __inline__ __u32 __swab24p(__u32 *x) in __swab24p() function
227 #define swab24p __swab24p