Searched refs:__swahb32 (Results 1 – 2 of 2) sorted by relevance
61 #define __swahb32(x) (__builtin_constant_p((__u32) (x)) ? ___constant_swahb32(x) : __fswahb32(x)) macro94 return __swahb32(* p); in __swahb32p()
47 EXPECT_EQ(0x34127856U, __swahb32(0x12345678U)); in TEST()