Home
last modified time | relevance | path

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

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