Searched refs:GetBE64 (Results 1 – 3 of 3) sorted by relevance
37 EXPECT_EQ(n64 >> 56, GetBE64(&n64)); in TEST()47 EXPECT_EQ(GetBE64(&n64), HostToNetwork64(n64)); in TEST()52 EXPECT_EQ(n64 << 56, GetBE64(&n64)); in TEST()
72 inline uint64_t GetBE64(const void* memory) { in GetBE64() function161 return GetBE64(&n); in NetworkToHost64()
78 EXPECT_EQ(UINT64_C(0x0123456789abcdef), GetBE64(buf)); in TEST()