Searched refs:htobe32 (Results 1 – 2 of 2) sorted by relevance
79 #define htobe32(x) __swap32(x) macro99 #define be32toh(x) htobe32(x)
65 ASSERT_EQ(be32, htobe32(le32)); in TEST()