Home
last modified time | relevance | path

Searched refs:htobe16 (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dendian.h78 #define htobe16(x) __swap16(x) macro
98 #define be16toh(x) htobe16(x)
/bionic/libc/upstream-openbsd/lib/libc/net/
Dhtons.c14 return htobe16(x); in htons()
/bionic/tests/
Dendian_test.cpp64 ASSERT_EQ(be16, htobe16(le16)); in TEST()