Home | History | Annotate | Download | only in tests

Lines Matching full:le32

22 static constexpr uint32_t le32 = 0x12345678;
46 ASSERT_EQ(be32, htonl(le32));
56 ASSERT_EQ(le32, ntohl(be32));
65 ASSERT_EQ(be32, htobe32(le32));
71 ASSERT_EQ(le32, htole32(le32));
77 ASSERT_EQ(le32, be32toh(be32));
83 ASSERT_EQ(le32, le32toh(le32));
90 ASSERT_EQ(le32, betoh32(be32));
100 ASSERT_EQ(le32, letoh32(le32));