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

  /external/nos/host/android/hals/oemlock/
OemLock.cpp 163 unlock->set_version(letoh64(version));
169 unlock->set_nonce(letoh64(nonce));
  /bionic/libc/include/sys/
endian.h 90 #define letoh64(x) (x) macro
  /bionic/tests/
endian_test.cpp 101 ASSERT_EQ(le64, letoh64(le64));
103 GTEST_SKIP() << "glibc doesn't have letoh16/letoh32/letoh64";
  /external/kmod/port-gnu/
endian-darwin.h 59 # define le64toh(x) letoh64(x)
  /external/iperf3/src/
portable_endian.h 32 # define le64toh(x) letoh64(x)

Completed in 5884 milliseconds