Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dendian.h79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
/bionic/tests/
Dendian_test.cpp65 ASSERT_EQ(be32, htobe32(le32)); in TEST()