Home
last modified time | relevance | path

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

/bionic/tests/
Dendian_test.cpp89 ASSERT_EQ(le16, betoh16(be16)); in TEST()
/bionic/libc/include/sys/
Dendian.h81 #define betoh16(x) __swap16(x) macro