Searched refs:__swahw32 (Results 1 – 2 of 2) sorted by relevance
48 #define __swahw32(x) (__builtin_constant_p((__u32) (x)) ? ___constant_swahw32(x) : __fswahw32(x)) macro75 return __swahw32(* p); in __swahw32p()
46 EXPECT_EQ(0x56781234U, __swahw32(0x12345678U)); in TEST()