OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:letoh32
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/include/sys/
endian.h
89
#define
letoh32
(x) (x)
macro
/bionic/tests/
endian_test.cpp
100
ASSERT_EQ(le32,
letoh32
(le32));
103
GTEST_SKIP() << "glibc doesn't have letoh16/
letoh32
/letoh64";
/external/kmod/port-gnu/
endian-darwin.h
56
# define le32toh(x)
letoh32
(x)
/external/iperf3/src/
portable_endian.h
29
# define le32toh(x)
letoh32
(x)
Completed in 218 milliseconds