Home
last modified time | relevance | path

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

/system/core/base/include/android-base/
Dendian.h38 #define betoh16(x) be16toh(x)
79 #define be16toh(x) __builtin_bswap16(x) macro
/system/core/base/
Dendian_test.cpp62 ASSERT_EQ(le16, be16toh(be16)); in TEST()
/system/update_engine/common/
Dutils.cc774 e_machine = be16toh(hdr->e_machine); in GetFileFormatELF()