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

  /bionic/libc/include/sys/
endian.h 82 #define betoh32(x) __swap32(x) macro
  /bionic/tests/
endian_test.cpp 90 ASSERT_EQ(le32, betoh32(be32));
93 GTEST_SKIP() << "glibc doesn't have betoh16/betoh32/betoh64";
  /external/kmod/port-gnu/
endian-darwin.h 55 # define be32toh(x) betoh32(x)
  /external/iperf3/src/
portable_endian.h 28 # define be32toh(x) betoh32(x)

Completed in 96 milliseconds