Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dendian.h98 #define be16toh(x) htobe16(x) macro
/bionic/tests/
Dendian_test.cpp76 ASSERT_EQ(le16, be16toh(be16)); in TEST()