Home
last modified time | relevance | path

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

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