Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dmdns.cpp70 htobe16((uint16_t)port), 0, nullptr, in setup_mdns_thread()
/system/core/base/include/android-base/
Dendian.h64 #define htobe16(x) __builtin_bswap16(x) macro
/system/core/base/
Dendian_test.cpp46 ASSERT_EQ(be16, htobe16(le16)); in TEST()