Searched refs:htobe64 (Results 1 – 2 of 2) sorted by relevance
80 #define htobe64(x) __swap64(x) macro100 #define be64toh(x) htobe64(x)
66 ASSERT_EQ(be64, htobe64(le64)); in TEST()