Home
last modified time | relevance | path

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

/bionic/tests/
Dendian_test.cpp90 ASSERT_EQ(le32, betoh32(be32)); in TEST()
/bionic/libc/include/sys/
Dendian.h82 #define betoh32(x) __swap32(x) macro