Searched refs:be16toh (Results 1 – 4 of 4) sorted by relevance
41 #define betoh16(x) be16toh(x)90 #define be16toh(x) __builtin_bswap16(x) macro
62 ASSERT_EQ(le16, be16toh(be16)); in TEST()
108 return static_cast<T>(be16toh(*reinterpret_cast<unsigned_type*>(data))); in readBigEndian()
670 e_machine = be16toh(hdr->e_machine); in GetFileFormatELF()