HomeSort by relevance Sort by last modified time
    Searched refs:betoh16 (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/sys/
endian.h 81 #define betoh16(x) __swap16(x) macro
  /bionic/tests/
endian_test.cpp 89 ASSERT_EQ(le16, betoh16(be16));
93 GTEST_SKIP() << "glibc doesn't have betoh16/betoh32/betoh64";
  /external/kmod/port-gnu/
endian-darwin.h 52 # define be16toh(x) betoh16(x)
  /external/iperf3/src/
portable_endian.h 25 # define be16toh(x) betoh16(x)

Completed in 686 milliseconds