Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dswab.h61 #define __swahb32(x) (__builtin_constant_p((__u32) (x)) ? ___constant_swahb32(x) : __fswahb32(x)) macro
94 return __swahb32(* p); in __swahb32p()
/bionic/tests/
Dlinux_swab_test.cpp47 EXPECT_EQ(0x34127856U, __swahb32(0x12345678U)); in TEST()