Home
last modified time | relevance | path

Searched refs:htobe64 (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/sys/
Dendian.h80 #define htobe64(x) __swap64(x) macro
100 #define be64toh(x) htobe64(x)
/bionic/tests/
Dendian_test.cpp66 ASSERT_EQ(be64, htobe64(le64)); in TEST()