Home
last modified time | relevance | path

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

/bionic/tests/
Dendian_test.cpp91 ASSERT_EQ(le64, betoh64(be64)); in TEST()
/bionic/libc/include/sys/
Dendian.h83 #define betoh64(x) __swap64(x) macro