Searched refs:htobe16 (Results 1 – 2 of 2) sorted by relevance
78 #define htobe16 __swap16 macro98 #define be16toh(x) htobe16(x)
64 ASSERT_EQ(be16, htobe16(le16)); in TEST()