Home
last modified time | relevance | path

Searched refs:__swahw32 (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dswab.h48 #define __swahw32(x) (__builtin_constant_p((__u32) (x)) ? ___constant_swahw32(x) : __fswahw32(x)) macro
75 return __swahw32(* p); in __swahw32p()
/bionic/tests/
Dlinux_swab_test.cpp46 EXPECT_EQ(0x56781234U, __swahw32(0x12345678U)); in TEST()