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

  /system/core/base/include/android-base/
endian.h 40 #define betoh32(x) be32toh(x) macro
69 #define betoh32(x) __builtin_bswap32(x) macro
  /bionic/libc/include/sys/
endian.h 82 #define betoh32(x) __swap32(x) macro

Completed in 81 milliseconds