Searched refs:__swab32s (Results 1 – 4 of 4) sorted by relevance
65 #define __cpu_to_be32s(x) __swab32s((x))66 #define __be32_to_cpus(x) __swab32s((x))
59 #define __cpu_to_le32s(x) __swab32s((x))60 #define __le32_to_cpus(x) __swab32s((x))
40 __swab32s(&sval32); in TEST()
100 static __always_inline void __swab32s(__u32 * p) { in __swab32s() function