OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBE64
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
bytebuffer_unittest.cc
37
EXPECT_EQ(n64 >> 56,
GetBE64
(&n64));
47
EXPECT_EQ(
GetBE64
(&n64), HostToNetwork64(n64));
52
EXPECT_EQ(n64 << 56,
GetBE64
(&n64));
byteorder_unittest.cc
78
EXPECT_EQ(UINT64_C(0x0123456789abcdef),
GetBE64
(buf));
byteorder.h
72
inline uint64_t
GetBE64
(const void* memory) {
161
return
GetBE64
(&n);
Completed in 51 milliseconds