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

  /bionic/libc/include/
byteswap.h 37 #define bswap_64(x) __swap64(x)
  /bionic/libc/include/sys/
endian.h 48 #define __swap64(x) __BIONIC_CAST(static_cast,uint64_t,__builtin_bswap64(x)) macro
64 #define htonq(x) __swap64(x)
65 #define ntohq(x) __swap64(x)
80 #define htobe64(x) __swap64(x)
83 #define betoh64(x) __swap64(x)

Completed in 246 milliseconds