Home
last modified time | relevance | path

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

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