OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:betoh64
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/include/sys/
endian.h
83
#define
betoh64
(x) __swap64(x)
macro
/bionic/tests/
endian_test.cpp
91
ASSERT_EQ(le64,
betoh64
(be64));
93
GTEST_SKIP() << "glibc doesn't have betoh16/betoh32/
betoh64
";
/external/kmod/port-gnu/
endian-darwin.h
58
# define be64toh(x)
betoh64
(x)
/external/iperf3/src/
portable_endian.h
31
# define be64toh(x)
betoh64
(x)
Completed in 242 milliseconds